Переглянути джерело

Merge pull request #292 from isms/liquid-notebook-language

Change MathJax URL from deprecated Rackspace CDN
Kyle Fuller 9 роки тому
батько
коміт
a2dc0d44c0
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) {