hsiung commited on
Commit
46c4e70
1 Parent(s): 4b93e47

Replace polyfill.io with Cloudflare Image

Browse files

Signed-off-by: Lei Hsiung <leihsiung.ray@gmail.com>

Files changed (1) hide show
  1. 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://polyfill.io/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() {
 
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() {