Change MathJax to use CDNJS

Because the MathJax CDN will soon be retired.
This commit is contained in:
Phil Ruffwind 2017-05-05 17:07:11 -04:00
parent 435682e95c
commit 3066597acc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<link rel="stylesheet" href="tomorrow-night.css">
<!-- MathJax -->
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Fetch JQuery from CDN but have a local fallback -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>