Update jQuery to 3.6.4 (#3270)

This commit is contained in:
Raphael Michel
2023-05-02 11:16:06 +02:00
committed by GitHub
parent e86eb345b3
commit 2a8b6ae66a
16 changed files with 17 additions and 15 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.6.4.min.js" %}"></script>
{% endcompress %}
</head>
<body>