From 5b585bfca14772c6f889fef5fdc0f04a795013ff Mon Sep 17 00:00:00 2001 From: David Russell Date: Tue, 25 Apr 2017 20:35:42 +0700 Subject: [PATCH] Updated links to new MathJax cloudflare cdn. --- app/com/gitpitch/views/frags/SlideshowReveal.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/com/gitpitch/views/frags/SlideshowReveal.scala.html b/app/com/gitpitch/views/frags/SlideshowReveal.scala.html index 0bf07d3..a7c6df6 100644 --- a/app/com/gitpitch/views/frags/SlideshowReveal.scala.html +++ b/app/com/gitpitch/views/frags/SlideshowReveal.scala.html @@ -19,7 +19,7 @@ @if(offline) { mathjax: '@deps.revealjs(offline, ssm.fetchRevealVersionOverride())/plugin/math/MathJax.js', } else { - mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js', + mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', } config: '@ssm.fetchMathConfig()' },