소스 검색

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) {