mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
js: Convert static/js/search_util.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a6bf97057b
commit
8bbb0d9193
@@ -12,7 +12,6 @@ const ui = set_global("ui", {
|
||||
get_scroll_element: (element) => element,
|
||||
});
|
||||
const stream_data = zrequire("stream_data");
|
||||
zrequire("search_util");
|
||||
set_global("page_params", {});
|
||||
|
||||
const denmark_stream_id = 101;
|
||||
|
||||
Reference in New Issue
Block a user