FIX
This commit is contained in:
parent
d259817ea9
commit
5b19a00a2d
|
@ -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();
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue