From d78d4203b1f8488b7f4ae7e2745ea299af6faab9 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 16 May 2017 08:30:34 +0200 Subject: [PATCH] Update MathJax CDN --- scipost/templates/scipost/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/templates/scipost/base.html b/scipost/templates/scipost/base.html index 79d7e7f68..662e80328 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' %} -- GitLab