FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2a806b95 authored by Robin Goodall's avatar Robin Goodall :speech_balloon:
Browse files

update jquery and select includes

parent 60f9b605
No related branches found
No related tags found
1 merge request!11Update Select2 (to latest v3) and jQuery libraries
Pipeline #1431 passed
......@@ -5,13 +5,13 @@
{% block extrastyle %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
<link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">
{% endblock %}
{% block extrahead %}
{{ block.super }}
<script src="{% static 'jquery-1.11.1.min.js' %}"></script>
<script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
<script src="{% static 'jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
{% endblock %}
{% block form_top %}
......
......@@ -5,13 +5,13 @@
{% block extrastyle %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
<link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">
{% endblock %}
{% block extrahead %}
{{ block.super }}
<script src="{% static 'jquery-1.11.1.min.js' %}"></script>
<script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
<script src="{% static 'jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
{% endblock %}
{% block form_top %}
......
{% load static %}
{% if jquery %}
<script src="{% static 'jquery-1.11.1.min.js' %}"></script>
<script src="{% static 'jquery-3.3.1.min.js' %}"></script>
{% endif %}
<script src="{% static 'select2-3.4.8/select2.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'select2-3.4.8/select2.css' %}">
\ No newline at end of file
<script src="{% static 'select2-3.5.4/select2.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'select2-3.5.4/select2.css' %}">
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment