Skip to content

Commit b92901e

Browse files
auvipytomchristie
authored andcommitted
updated jquery version to 1.12.4 (#4157)
Updated jquery version to 1.12.4
1 parent 994e1ba commit b92901e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

rest_framework/static/rest_framework/js/jquery-1.11.3.min.js

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

rest_framework/static/rest_framework/js/jquery-1.12.4.min.js

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

rest_framework/templates/rest_framework/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h4 class="modal-title" id="myModalLabel">{{ error_title }}</h4>
235235
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
236236
};
237237
</script>
238-
<script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
238+
<script src="{% static "rest_framework/js/jquery-1.12.4.min.js" %}"></script>
239239
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
240240
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
241241
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>

rest_framework/templates/rest_framework/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h1>{{ name }}</h1>
266266
csrfCookieName: "{{ csrf_cookie_name|default:'csrftoken' }}"
267267
};
268268
</script>
269-
<script src="{% static "rest_framework/js/jquery-1.11.3.min.js" %}"></script>
269+
<script src="{% static "rest_framework/js/jquery-1.12.4.min.js" %}"></script>
270270
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
271271
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
272272
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>

0 commit comments

Comments
 (0)