mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
math: remove IE stuff #584
This commit is contained in:
parent
3a44b61416
commit
0e4aed2f00
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
{{- end }}
|
||||
<script>
|
||||
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 || {}, {
|
||||
loader: {
|
||||
load: ['[tex]/mhchem']
|
||||
|
|
Loading…
Reference in a new issue