Skip to content

Commit 9433988

Browse files
committed
Add potentially missing separator for mathjax script
1 parent 1c20d63 commit 9433988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@
12511251

12521252
if (typeof MathJax == 'undefined') {
12531253
mainfiles += (use_bower ? "###MathJax/MathJax.js" : "https://root.cern/js/mathjax/latest/MathJax.js") +
1254-
"?config=TeX-AMS-MML_SVG&delayStartupUntil=configured";
1254+
"?config=TeX-AMS-MML_SVG&delayStartupUntil=configured;";
12551255
modules.push('MathJax');
12561256

12571257
load_callback = function() {

0 commit comments

Comments
 (0)