mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 23:48:41 +00:00
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:
parent
69adfdb5dc
commit
8692ff11a7
@ -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'])): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user