Change mathjax config file name

This commit is contained in:
cuom1999 2022-11-25 12:52:49 -06:00
parent 51a8400fa5
commit 3df9b6ab79
16 changed files with 15 additions and 41 deletions

View file

@ -93,8 +93,8 @@
{{ description|markdown|reference|absolutify(url)|str|safe }}
</div>
<script type="text/javascript" src="{{ static('mathjax_config.js') }}"></script>
<script type="text/javascript" src="mathjax_config.js"></script>
<script type="text/javascript" src="{{ static('mathjax3_config.js') }}"></script>
<script type="text/javascript" src="mathjax3_config.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML"></script>
<script type="text/javascript">
MathJax.Hub.Register.StartupHook("End", function () {