mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Variation editor: Call form_handlers() when adding new form
This commit is contained in:
@@ -57,5 +57,6 @@ $(function () {
|
|||||||
update_variation_summary($el);
|
update_variation_summary($el);
|
||||||
$(this).on("change dp.change", "input", function () {update_variation_summary($el)});
|
$(this).on("change dp.change", "input", function () {update_variation_summary($el)});
|
||||||
setup_collapsible_details($("#item_variations"));
|
setup_collapsible_details($("#item_variations"));
|
||||||
|
form_handlers($(event.target));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user