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 $*/
|
||||
|
||||
$(function () {
|
||||
$(document).on("pretix:bind-forms", function () {
|
||||
function cleanup(l) {
|
||||
return $.trim(l.replace(/\n/g, ", "));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user