Merge pull request #841 from marcusps/mathjax-cdn-fix

Fix MathJax CDN URL
This commit is contained in:
Sunny Ripert
2014-07-24 13:52:33 +02:00
+1 -1
View File
@@ -42,7 +42,7 @@
</script> </script>
<script>(function(d,j){ <script>(function(d,j){
j = d.createElement('script'); j = d.createElement('script');
j.src = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; j.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j); (d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document)); }(document));
</script>{{/mathjax}} </script>{{/mathjax}}