Skip to content

Commit

Permalink
mathjax cdn shut down
Browse files Browse the repository at this point in the history
  • Loading branch information
zohooo committed Jun 29, 2017
1 parent 88178c4 commit 062430f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/jaxedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ window.jaxedit = (function($){
}
}

mathpath = options.localjs ? "library/mathjax/unpacked/" : "http://cdn.mathjax.org/mathjax/2.1-latest/";
mathpath = options.localjs ? "library/mathjax/unpacked/" : "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/";
if (location.pathname.slice(0, 6) == "/note/") {
gatepath = "/gate/"; shareurl = "/note/";
} else {
Expand Down
2 changes: 1 addition & 1 deletion manual/typejax.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
<style type="text/css">
html {
background-color: #F1F1F1;
Expand Down

0 comments on commit 062430f

Please sign in to comment.