Skip to content

Commit

Permalink
#39 Replace JS CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 11, 2019
1 parent 1d1cd0d commit e632056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/display.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*}
<script src="{$jQueryUrl}"></script>
<script src="{$pluginLensPath}/lens.js"></script>
<script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript">{literal}

var linkElement = document.createElement("link");
Expand Down

0 comments on commit e632056

Please sign in to comment.