mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 15:08:46 +08:00
math: remove IE stuff #584
This commit is contained in:
parent
3a44b61416
commit
0e4aed2f00
@ -10,10 +10,6 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
<script>
|
<script>
|
||||||
function useMathJax( config ){
|
function useMathJax( config ){
|
||||||
if( !Object.assign ){
|
|
||||||
// We don't support MathJax for IE11 anyways, so bail out early
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
window.MathJax = Object.assign( window.MathJax || {}, {
|
window.MathJax = Object.assign( window.MathJax || {}, {
|
||||||
loader: {
|
loader: {
|
||||||
load: ['[tex]/mhchem']
|
load: ['[tex]/mhchem']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user