forked from CGM_Public/pretix_original
Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
co-authored by
Richard Schreiber
parent
6c52cc8157
commit
7d22fe1a54
@@ -415,8 +415,7 @@ var form_handlers = function (el) {
|
||||
};
|
||||
update();
|
||||
dependency.each(function() {
|
||||
$(this).closest('.form-group').find('[name=' + $(this).attr("name") + ']').on("change", update);
|
||||
$(this).closest('.form-group').find('[name=' + $(this).attr("name") + ']').on("dp.change", update);
|
||||
$(this).closest('.form-group').find('[name=' + $(this).attr("name") + ']').on("change dp.change", update);
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user