We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c20d63 commit 9433988Copy full SHA for 9433988
scripts/JSRootCore.js
@@ -1251,7 +1251,7 @@
1251
1252
if (typeof MathJax == 'undefined') {
1253
mainfiles += (use_bower ? "###MathJax/MathJax.js" : "https://root.cern/js/mathjax/latest/MathJax.js") +
1254
- "?config=TeX-AMS-MML_SVG&delayStartupUntil=configured";
+ "?config=TeX-AMS-MML_SVG&delayStartupUntil=configured;";
1255
modules.push('MathJax');
1256
1257
load_callback = function() {
0 commit comments