diff options
author | Zach van Rijn <me@zv.io> | 2021-11-13 10:26:22 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-11-13 10:26:22 -0600 |
commit | 464785b32d3b7f80e1e44aac9a3530284df80475 (patch) | |
tree | b4e183d3f034a21d1f88bf63255b145dcb7bc300 /src/footer.fill | |
parent | ae4173be007aea28461db77e97ea5d571a9760de (diff) | |
download | site-ng-464785b32d3b7f80e1e44aac9a3530284df80475.tar.gz site-ng-464785b32d3b7f80e1e44aac9a3530284df80475.tar.bz2 site-ng-464785b32d3b7f80e1e44aac9a3530284df80475.tar.xz site-ng-464785b32d3b7f80e1e44aac9a3530284df80475.zip |
Pull 'jquery-*.min.js' and 'polyfill.min.js' to be first-party.
Diffstat (limited to 'src/footer.fill')
-rw-r--r-- | src/footer.fill | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/footer.fill b/src/footer.fill index 7717bda..1ce2fb5 100644 --- a/src/footer.fill +++ b/src/footer.fill @@ -54,7 +54,7 @@ <!-- end Scroll to top button --> <!-- ***** JAVASCRIPTS ***** --> -<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> -<script src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver"></script> +<script src="/assets/js/jquery-3.6.0.min.js"></script> +<script src="/assets/js/polyfill.min.js"></script> <script src="/assets/plugins/plugins.js"></script> <script src="/assets/js/functions.js"></script> |