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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:07:47 -08:00
committed by Tim Abbott
parent c94ffb5319
commit e30df92944
26 changed files with 56 additions and 45 deletions

View File

@@ -18,6 +18,7 @@ const drafts = require("./drafts");
const echo = require("./echo");
const emojisets = require("./emojisets");
const gear_menu = require("./gear_menu");
const hashchange = require("./hashchange");
const invite = require("./invite");
const lightbox = require("./lightbox");
const markdown = require("./markdown");