Replace polyfill.io with Cloudflare Image
Browse filesSigned-off-by: Lei Hsiung <leihsiung.ray@gmail.com>
- index.html +1 -1
index.html
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
| 43 |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
| 44 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
|
| 45 |
-
<script src="https://
|
| 46 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
| 47 |
<script>
|
| 48 |
$( function() {
|
|
|
|
| 42 |
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
| 43 |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
| 44 |
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
|
| 45 |
+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
|
| 46 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
| 47 |
<script>
|
| 48 |
$( function() {
|