This commit is contained in:
Keanu D?lle 2022-03-08 18:43:53 +01:00
parent d259817ea9
commit 5b19a00a2d

View File

@ -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();
});
}
},