mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
js: Convert static/js/loading.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a3e6ebb04c
commit
3faae49dc0
@@ -3,6 +3,8 @@
|
||||
const render_settings_upload_space_stats = require("../templates/settings/upload_space_stats.hbs");
|
||||
const render_uploaded_files_list = require("../templates/uploaded_files_list.hbs");
|
||||
|
||||
const loading = require("./loading");
|
||||
|
||||
let attachments;
|
||||
let upload_space_used;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user