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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:15:02 -08:00
committed by Tim Abbott
parent 7e9b5efa8a
commit a7b2e5ba03
11 changed files with 26 additions and 28 deletions

View File

@@ -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");