Remove jQuery and scrollTo util

This commit is contained in:
Antoine Boulanger
2019-07-19 16:00:31 -04:00
parent 9836c462b2
commit 41c3fe4b49
5 changed files with 0 additions and 68 deletions

View File

@@ -46,8 +46,6 @@
<script nomodule src="https://polyfill.io/v3/polyfill.min.js?features=fetch%2CCustomEvent%2CElement.prototype.matches" crossorigin="anonymous"></script>
<script nomodule src="assets/scripts/abortcontroller-polyfill-only.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-3.4.1.min.js"><\/script>')</script>
<script src="assets/scripts/vendors.js"></script>
<script src="assets/scripts/app.js"></script>
</body>