mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
js: Convert static/js/hotspots.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7e9b5efa8a
commit
a7b2e5ba03
@@ -20,6 +20,7 @@ const echo = require("./echo");
|
||||
const emojisets = require("./emojisets");
|
||||
const gear_menu = require("./gear_menu");
|
||||
const hashchange = require("./hashchange");
|
||||
const hotspots = require("./hotspots");
|
||||
const invite = require("./invite");
|
||||
const lightbox = require("./lightbox");
|
||||
const markdown = require("./markdown");
|
||||
|
||||
Reference in New Issue
Block a user