Merge branch '5.x' into primer_css

This commit is contained in:
Bart Kamphorst
2019-08-13 22:46:19 +02:00
committed by GitHub
1273 changed files with 14712 additions and 481 deletions
+2 -1
View File
@@ -47,7 +47,8 @@
{{/mathjax_config}}
<script>(function(d,j){
j = d.createElement('script');
j.src = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
j.src =
'{{base_url}}/javascript/MathJax-2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document));
</script>{{/mathjax}}