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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:32:47 -08:00
committed by Tim Abbott
parent 0e90f3be6d
commit 8dbaf2d680
22 changed files with 190 additions and 177 deletions

View File

@@ -11,6 +11,7 @@ import * as stream_color from "./stream_color";
import * as stream_data from "./stream_data";
import * as stream_list from "./stream_list";
import * as stream_muting from "./stream_muting";
import * as subs from "./subs";
// In theory, this function should apply the account-level defaults,
// however, they are only called after a manual override, so