Update MathJax CDN. Related to PR #1267.

Co-authored-by: dplanella <dplanella@gitlab.com>
This commit is contained in:
Bart Kamphorst
2018-11-23 14:29:21 +01:00
parent 848cef26ee
commit 413e962871
+1 -1
View File
@@ -49,7 +49,7 @@
{{/mathjax_config}}
<script>(function(d,j){
j = d.createElement('script');
j.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
j.src = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document));
</script>{{/mathjax}}