diff --git a/resources/js/em_edit_event.js b/resources/js/em_edit_event.js index 1a81145..d162a83 100644 --- a/resources/js/em_edit_event.js +++ b/resources/js/em_edit_event.js @@ -62,6 +62,7 @@ EventEditModule = (function () { $(".edit_event_cast_add_template").on("click", add_template_instance); load_instances(); + Search2.setup(); } }; let load_event = function () { @@ -280,7 +281,6 @@ EventEditModule = (function () { remove_entity_from_position(instance_id, position_id); } }); - Search2.setup(); }); } },