Skip to content

Commit

Permalink
Bump jQuery to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Jun 20, 2023
1 parent 3b6867d commit 9234f3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/static/js/jquery-3.6.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions app/static/js/jquery-3.7.0.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app/templates/_minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

{% block stylesheets %}{% endblock %}

<!-- HTMX -->
<!-- HTMX -->
<script src="{% static "js/htmx.min.js" %}"></script>
{% django_htmx_script %}

Expand All @@ -37,8 +37,8 @@
<!-- Alpine 3.12.2 JS -->
<script src="{% static "js/alpine.min.js" %}" defer></script>

<!-- jQuery v3.6.4 JS -->
<script src="{% static "js/jquery-3.6.4.min.js" %}"></script>
<!-- jQuery v3.7.0 JS -->
<script src="{% static "js/jquery-3.7.0.min.js" %}"></script>

{% include "_clickable_elements.html" %}

Expand Down

0 comments on commit 9234f3d

Please sign in to comment.