mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Update jQuery to 3.6.4 (#3270)
This commit is contained in:
2
src/pretix/static/jquery/js/jquery-3.6.4.min.js
vendored
Normal file
2
src/pretix/static/jquery/js/jquery-3.6.4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$(document).ready(function () {
|
||||
$(function () {
|
||||
hideDeselected(false);
|
||||
|
||||
function hideDeselected(animate) {
|
||||
|
||||
@@ -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!')});
|
||||
|
||||
Reference in New Issue
Block a user