Skip to content

Commit

Permalink
update jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
meanderfox committed Feb 2, 2024
1 parent 82036d2 commit df46449
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions registration/static/js/jquery-1.12.4.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions registration/static/js/jquery.js

This file was deleted.

2 changes: 1 addition & 1 deletion registration/templates/registration/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</script>

<script src="{% static 'js/modernizr-custom.js' %}"></script>
<script src="{% static 'js/jquery.js' %}"></script>
<script src="{% static 'js/jquery-1.12.4.min.js' %}"></script>
<script src="{% static 'js/jquery.loadTemplate.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-formhelpers.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion registration/templates/registration/master_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>

<script src="{% static 'js/modernizr-custom.js' %}"></script>
<script src="{% static 'js/jquery.js' %}"></script>
<script src="{% static 'js/jquery-1.12.4.min.js' %}"></script>
<script src="{% static 'js/jquery.loadTemplate.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-formhelpers.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>

{% block scripts %}
<script src="{% static 'js/jquery.js' %}"></script>
<script src="{% static 'js/jquery-1.12.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endblock %}
</body>
Expand Down

0 comments on commit df46449

Please sign in to comment.