Преглед изворни кода

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

Change MathJax URL from deprecated Rackspace CDN
Kyle Fuller пре 10 година
родитељ
комит
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) {