Skip to content

Commit

Permalink
(WIP) Support for MathJax 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Jun 11, 2017
1 parent a5587dd commit 6d4a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (isLocalDevelopment) {
mathjaxScript = '/mathjax/unpacked/MathJax.js?config=' + mathjaxConfigs;
} else {
mathjaxScript = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.6.1/MathJax.js?config=' + mathjaxConfigs;
mathjaxScript = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=' + mathjaxConfigs;
}

var script = document.createElement("script");
Expand Down

0 comments on commit 6d4a6b8

Please sign in to comment.