Skip to content
Snippets Groups Projects
Commit 0a247a3d authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Upgrade JS Libraries

Upgrade Fullcalendar to v6 (implements #186)
Upgrade jQuery to v3.6 (implements #185)
Upgrade Select2 to v4.0.13
Remove tag information leftover in track manager
parent 2ce0400a
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
{% block extrahead %}
<!-- Load bootstrap, jquery and fontawesome-->
{% bootstrap_javascript %}
<script src="{% static 'common/vendor/jquery/jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'common/vendor/jquery/jquery-3.6.3.min.js' %}"></script>
{% fontawesome_6_static %}
<style>
......
......@@ -15,7 +15,7 @@
<!-- Load bootstrap, jquery and fontawesome-->
{% bootstrap_css %}
{% bootstrap_javascript %}
<script src="{% static 'common/vendor/jquery/jquery-3.3.1.min.js' %}"></script>
<script src="{% static 'common/vendor/jquery/jquery-3.6.3.min.js' %}"></script>
{% fontawesome_6_static %}
<link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment