Skip to content

Commit

Permalink
mathjax test
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jun 22, 2015
1 parent 0ffdacc commit 03d4c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ llab.paths.css_files.push('css/default.css');
llab.paths.scripts[0] = [];
llab.paths.scripts[0].push(llab.CONFIG_FILE_PATH);
llab.paths.scripts[0].push("lib/jquery/dist/jquery.min.js");
llab.paths.scripts[0].push("//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML");

llab.loaded['config'] = false;
llab.paths.stage_complete_functions[0] = function() {
Expand Down Expand Up @@ -158,7 +159,7 @@ llab.initialSetUp = function() {

function loadScriptsAndLinks(stage_num) {
var i, tag;

// load css files
while (llab.paths.css_files.length != 0) {
tag = getTag("link", llab.paths.css_files.shift(), "text/css");
Expand Down

0 comments on commit 03d4c81

Please sign in to comment.