Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit 6df9976

Browse files
committed
Switch to new MathJax CDN, closes #409
1 parent a5277c2 commit 6df9976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dissemin/skeleton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
4242
});
4343
</script>
44-
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async>
44+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async>
4545
</script>
4646
<script type="text/javascript" src="{% static "editing.js" %}"></script>
4747
<script type="text/javascript" src="{% static "name.js" %}"></script>

0 commit comments

Comments
 (0)