Skip to content

Commit

Permalink
upgrade jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
ddwolf committed Apr 3, 2024
1 parent 7693946 commit aee37ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% include footer.html %}
</div>

<script src="{{ '/js/jquery-3.1.1.min.js' | prepend: site.baseurl }}"> </script>
<script src="{{ '/js/jquery-3.7.1.min.js' | prepend: site.baseurl }}"> </script>
<script src="{{ '/js/evil-icons.min.js' | prepend: site.baseurl }}"> </script>
<script src="{{ '/js/jquery.fitvids.js' | prepend: site.baseurl }}"> </script>
<script src="{{ '/js/app.js' | prepend: site.baseurl }}"> </script>
Expand Down
2 changes: 2 additions & 0 deletions js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

0 comments on commit aee37ca

Please sign in to comment.