Skip to content

Commit

Permalink
remove references to polyfill.io (#703)
Browse files Browse the repository at this point in the history
* remove references to polyfill.io

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
adhintz and autofix-ci[bot] authored Jun 25, 2024
1 parent dea7fa0 commit 726b8f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pdoc/templates/math.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}
};
</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/es5/tex-mml-chtml.js"></script>
<script>
/* Re-invoke MathJax when DOM content changes, for example during search. */
Expand Down
1 change: 0 additions & 1 deletion test/testdata/math_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}
};
</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/es5/tex-mml-chtml.js"></script>
<script>
/* Re-invoke MathJax when DOM content changes, for example during search. */
Expand Down
1 change: 0 additions & 1 deletion test/testdata/math_misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
}
};
</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/es5/tex-mml-chtml.js"></script>
<script>
/* Re-invoke MathJax when DOM content changes, for example during search. */
Expand Down

0 comments on commit 726b8f2

Please sign in to comment.