Commit 181d7eb885c0578381a0ef3d893c735c6baf8598

Authored by Miguel Barão
1 parent 095a3152
Exists in dev

remove hacked pollyfill js lib

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
aprendizations/templates/include-libs.html
... ... @@ -17,7 +17,6 @@
17 17 <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"> -->
18 18  
19 19 <!-- MathJax -->
20   -<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
21 20 <script async type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
22 21  
23 22 <!-- codemirror -->
... ...