Skip to content

Commit

Permalink
Drop pollyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Oct 29, 2024
1 parent 1a50d36 commit cb288fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/base.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
},
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script"
async
src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
{% endif %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
Expand Down

0 comments on commit cb288fe

Please sign in to comment.