Skip to content

Commit 0bac1a6

Browse files
authored
Merge pull request #450 from salopensource/jquery-3.7.0-update
Update jquery to 3.7.0
2 parents 7d8932f + 3288076 commit 0bac1a6

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

site_static/js/jquery-1.11.0.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

site_static/js/jquery-3.7.0.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<![endif]-->
4747

4848
<!-- jQuery Version 1.11.0 -->
49-
<script src="{% static 'js/jquery-1.11.0.js' %}"></script>
49+
<script src="{% static 'js/jquery-3.7.0.js' %}"></script>
5050

5151
<!-- Bootstrap Core JavaScript -->
5252
<script src="{% static 'js/bootstrap.min.js' %}"></script>

templates/registration/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h3 class="panel-title">Please log in</h3>
7171
</div>
7272

7373
<!-- jQuery Version 1.11.0 -->
74-
<script src="{% static 'js/jquery-1.11.0.js' %}"></script>
74+
<script src="{% static 'js/jquery-3.7.0.js' %}"></script>
7575

7676
<!-- Bootstrap Core JavaScript -->
7777
<script src="{% static 'js/bootstrap.min.js' %}"></script>

0 commit comments

Comments
 (0)