diff --git a/scipost/templates/scipost/base.html b/scipost/templates/scipost/base.html index 79d7e7f682d1211e1f3e03e648189229f999fb07..662e803287db4231527d994c9ae1813a9cbbd93e 100644 --- a/scipost/templates/scipost/base.html +++ b/scipost/templates/scipost/base.html @@ -55,7 +55,7 @@ processEscapes: true }}); </script> - <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script> + <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script> {% render_bundle 'main' 'js' %} {% render_bundle 'bootstrap' 'js' %}