js: Convert static/js/unread_ops.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:30:08 -08:00
committed by Tim Abbott
parent 7ec3fc38fa
commit 9997e13032
20 changed files with 47 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
import * as message_viewport from "./message_viewport";
import * as rows from "./rows";
import * as unread_ops from "./unread_ops";
function go_to_row(msg_id) {
current_msg_list.select_id(msg_id, {then_scroll: true, from_scroll: true});