From 5b19a00a2da8fc333ee5604d57508a174f34471e Mon Sep 17 00:00:00 2001 From: Keanu D?lle Date: Tue, 8 Mar 2022 18:43:53 +0100 Subject: [PATCH] FIX --- resources/js/em_edit_event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); } },