Use full jquery lib

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-04-13 09:55:59 +02:00
parent f8297eebe1
commit fb4edccc40
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@
<link rel="stylesheet" href="{% static 'fontawasome/css/v4-shims.css' %}">
{# JQuery, Bootstrap and Turbolinks JavaScript #}
<script src="{% static 'jquery/jquery-3.5.1.slim.min.js' %}"></script>
<script src="{% static 'jquery/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'bootstrap/js/bootstrap.bundle.min.js' %}"></script>
<script src="{% static 'turbolinks/turbolinks.js' %}"></script>