Remove duplicate jquery files, update public_base to point to jquery included in vendor/ directory

This commit is contained in:
Garret Wassermann 2017-12-17 23:16:14 -05:00
parent 2d8d8dcf0c
commit fca81ac38c
7 changed files with 1 additions and 39 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -67,7 +67,7 @@
{% else %} {% else %}
<script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script> <script src="{% static 'helpdesk/vendor/jquery/jquery.min.js' %}"></script>
{% endif %} {% endif %}
<script src='{% static "helpdesk/jquery-ui-1.12.0.min.js" %}'></script> <script src='{% static "helpdesk/vendor/jquery-ui/jquery-ui.min.js" %}'></script>
<!-- Bootstrap Core JavaScript --> <!-- Bootstrap Core JavaScript -->
{% if helpdesk_settings.HELPDESK_USE_CDN %} {% if helpdesk_settings.HELPDESK_USE_CDN %}