mirror of https://github.com/zulip/zulip.git
left_sidebar: Move initialize() to end of file.
This commit is contained in:
parent
458d6411b4
commit
3e78a792c1
|
@ -112,10 +112,6 @@ function do_new_messages_animation($li) {
|
|||
setTimeout(end_animation, 6000);
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
update_scheduled_messages_row();
|
||||
}
|
||||
|
||||
export function highlight_inbox_view() {
|
||||
remove($(".top_left_all_messages"));
|
||||
remove($(".top_left_starred_messages"));
|
||||
|
@ -126,3 +122,7 @@ export function highlight_inbox_view() {
|
|||
resize.resize_stream_filters_container();
|
||||
}, 0);
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
update_scheduled_messages_row();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue