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

@@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/x-scss" href="{% static "pretixbase/scss/cachedfiles.scss" %}"/>
{% endcompress %}
{% 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>
{% endcompress %}
</head>
<body>