mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Convert static/js/settings_muting.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c366386679
commit
86dfb35ff3
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const settings_muting = require("./settings_muting");
|
||||
|
||||
const load_func_dict = new Map(); // group -> function
|
||||
const loaded_groups = new Set();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user