Updated links to new MathJax cloudflare cdn.

This commit is contained in:
David Russell 2017-04-25 20:35:42 +07:00
parent 4a54e6fe66
commit 5b585bfca1

View File

@ -19,7 +19,7 @@
@if(offline) {
mathjax: '@deps.revealjs(offline, ssm.fetchRevealVersionOverride())/plugin/math/MathJax.js',
} else {
mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js',
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
}
config: '@ssm.fetchMathConfig()'
},