host jquery-1.11.3.min.js locally (#47)

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-02 10:05:22 +01:00 committed by GitHub
parent 3791fec0d1
commit 85d913feb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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