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

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
$(document).ready(function () {
$(function () {
var TYPEOPS = {
// Every change to our supported JSON logic must be done
// * in pretix.base.services.checkin

View File

@@ -1,4 +1,4 @@
$(document).ready(function () {
$(function () {
hideDeselected(false);
function hideDeselected(animate) {

View File

@@ -1001,7 +1001,7 @@ function add_log_expand_handlers(el) {
}
$(document).ready(function () {
$(function () {
$('form[method=post]').filter(function () {
return $(this).find("button:not([type=button]), input[type=submit]").length > 0;
}).areYouSure( {'message': gettext('You have unsaved changes!')});