mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
js: Convert static/js/search.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9d9c716dd2
commit
b9137e3de8
@@ -5,6 +5,7 @@ const render_message_view_header = require("../templates/message_view_header.hbs
|
||||
const narrow_state = require("./narrow_state");
|
||||
const peer_data = require("./peer_data");
|
||||
const rendered_markdown = require("./rendered_markdown");
|
||||
const search = require("./search");
|
||||
|
||||
function get_formatted_sub_count(sub_count) {
|
||||
if (sub_count >= 1000) {
|
||||
|
||||
Reference in New Issue
Block a user