Skip to content

Commit

Permalink
Changed MathJax config to MML_HTMLorMML from TeX-AMS-MML_HTMLorMML as…
Browse files Browse the repository at this point in the history
… resolution for issue #50.
  • Loading branch information
thomasgohard committed Jun 12, 2012
1 parent 2369152 commit 5c8947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/workers/mathlib.js
Expand Up @@ -32,7 +32,7 @@
if (pe.fn.mathlib.support) {
return; // we do not want this on Mathml capable browsers
}
pe.add._load('http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML');
pe.add._load('http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=MML_HTMLorMML');
} // end of exec
};
window.pe = _pe;
Expand Down

0 comments on commit 5c8947b

Please sign in to comment.