fix(web): fix compatibility issues on Safari (#72)

The current MathJax 2.6.0 does not display normally on Safari.
Upgrading MathJax to 2.7.7 fixes this issue.
This commit is contained in:
Kaifeng Lyu 2020-09-06 16:45:37 +08:00 committed by GitHub
parent 69adfdb5dc
commit 8692ff11a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@
} }
}); });
</script> </script>
<script src="//cdn.bootcss.com/mathjax/2.6.0/MathJax.js?config=TeX-AMS_HTML"></script> <script src="//cdn.bootcss.com/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML"></script>
<?php endif ?> <?php endif ?>
<?php if (isset($REQUIRE_LIB['jquery.form'])): ?> <?php if (isset($REQUIRE_LIB['jquery.form'])): ?>