mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
js: Convert static/js/topic_list.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5a68bda15b
commit
20cfb9ef09
@@ -1,3 +1,5 @@
|
||||
import * as topic_list from "./topic_list";
|
||||
|
||||
let last_mention_count = 0;
|
||||
|
||||
function do_new_messages_animation(li) {
|
||||
|
||||
Reference in New Issue
Block a user