mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 07:38:42 +00:00
chore(web): use staticfile.org to load mathjax
This commit is contained in:
parent
4f6842a654
commit
80c3956012
@ -152,7 +152,7 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script src="//cdn.bootcss.com/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML"></script>
|
||||
<script src="//cdn.staticfile.org/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML"></script>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if (isset($REQUIRE_LIB['jquery.form'])): ?>
|
||||
|
@ -62,7 +62,7 @@
|
||||
transition: 'slide',
|
||||
|
||||
math: {
|
||||
mathjax: '//cdn.bootcss.com/mathjax/2.6.0/MathJax.js',
|
||||
mathjax: '//cdn.staticfile.org/mathjax/2.7.7/MathJax.js',
|
||||
config: 'TeX-AMS_HTML-full'
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user