Browse Source

Docs: switch to new MathJax cdn

pull/497/head
Christoph Ruegg 9 years ago
parent
commit
72cc37b599
  1. 2
      docs/tools/templates/template.cshtml

2
docs/tools/templates/template.cshtml

@ -40,7 +40,7 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div class="container">

Loading…
Cancel
Save