1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Upgraded jQuery to v3.2.1

This commit is contained in:
Jeremy Stretch
2017-07-14 10:17:09 -04:00
parent e8dafc02f7
commit bb2f86463e
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -326,7 +326,7 @@
<script type="text/javascript">
var netbox_api_path = "/{{ settings.BASE_PATH }}api/";
</script>
<script src="{% static 'js/jquery-3.2.0.min.js' %}"></script>
<script src="{% static 'js/jquery-3.2.1.min.js' %}"></script>
<script src="{% static 'jquery-ui-1.12.1/jquery-ui.min.js' %}"></script>
<script src="{% static 'bootstrap-3.3.7-dist/js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/forms.js' %}?v{{ settings.VERSION }}"></script>