diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.html4 | 3 | ||||
| -rw-r--r-- | data/templates/default.html5 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/templates/default.html4 b/data/templates/default.html4 index daef6adb2..401dd88e1 100644 --- a/data/templates/default.html4 +++ b/data/templates/default.html4 @@ -27,6 +27,9 @@ $for(header-includes)$ $header-includes$ $endfor$ $if(math)$ +$if(mathjax)$ + <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> +$endif$ $math$ $endif$ </head> diff --git a/data/templates/default.html5 b/data/templates/default.html5 index dda7e8cb0..0c5fc2aa0 100644 --- a/data/templates/default.html5 +++ b/data/templates/default.html5 @@ -27,6 +27,9 @@ $for(header-includes)$ $header-includes$ $endfor$ $if(math)$ +$if(mathjax)$ + <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> +$endif$ $math$ $endif$ <!--[if lt IE 9]> |
