chore(web): move mathjax3

This commit is contained in:
Baoshuo Ren 2022-12-23 21:25:05 +08:00
parent 382fecac89
commit 4e149d376f
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
108 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ if (!isset($ShowPageHeader)) {
}
};
</script>
<script id="MathJax-script" src="<?= HTML::url('/lib/MathJax/tex-mml-chtml.js') ?>"></script>
<script id="MathJax-script" src="<?= HTML::url('/js/mathjax3/tex-mml-chtml.js') ?>"></script>
<?php endif ?>
<?php if (isset($REQUIRE_LIB['jquery.form'])) : ?>

Some files were not shown because too many files have changed in this diff Show More