浏览代码

Change MathJax URL from deprecated Rackspace CDN

Use new cdn.mathjax.org URL

More information available here:
http://www.mathjax.org/changes-to-the-mathjax-cdn/
isms 10 年之前
父节点
当前提交
389bfdc3ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      liquid_tags/notebook.py

+ 1 - 1
liquid_tags/notebook.py

@@ -141,7 +141,7 @@ div.collapseheader {
 }
 </style>
 
-<script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
+<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
 <script type="text/javascript">
 init_mathjax = function() {
     if (window.MathJax) {