host jquery-1.11.3.min.js locally

Resource downloaded from linked URL https://code.jquery.com/jquery-1.11.3.min.js
ecb916133a9376911f10bc5c659952eb0031e457f5df367cde560edbfba38fb8  jquery-1.11.3.min.js
This commit is contained in:
passw0rd123 2022-02-01 16:52:45 +01:00
parent 3791fec0d1
commit 3897d412e6
2 changed files with 6 additions and 4 deletions

View file

@ -7,10 +7,7 @@
{{- partial "footer.html" . -}}
<!-- We do need jQuery to be loaded before HugoScroll script -->
<script
type="text/javascript"
src="https://code.jquery.com/jquery-1.11.3.min.js"
></script>
<script type="text/javascript" src='{{ "js/jquery-1.11.3.min.js" | absURL }}'></script>
<!-- The main JavaScript files for HugoScroll -->
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>

5
static/js/jquery-1.11.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long