Upgrade jQuery version (but keep old one around for now for plugins)

This commit is contained in:
Raphael Michel
2020-04-01 14:40:02 +02:00
parent ea8abb8dab
commit cc46d55f5e
9 changed files with 10 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
<script src="{% statici18n LANGUAGE_CODE %}" async></script>
{% endif %}
{% compress js %}
<script type="text/javascript" src="{% static "jquery/js/jquery-2.1.1.min.js" %}"></script>
<script type="text/javascript" src="{% static "jquery/js/jquery-3.4.1.min.js" %}"></script>
<script type="text/javascript" src="{% static "js/jquery.formset.js" %}"></script>
<script type="text/javascript" src="{% static "typeahead/typeahead.bundle.js" %}"></script>
<script type="text/javascript" src="{% static "bootstrap/js/bootstrap.js" %}"></script>