forked from CGM_Public/pretix_original
Fix creating large numbers of subevents (introduces async task) (#2091)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*globals $, Morris, gettext, RRule, RRuleSet*/
|
||||
|
||||
$(function () {
|
||||
$(document).on("pretix:bind-forms", function () {
|
||||
if (!$("div[data-formset-prefix=checkinlist_set]").length) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user