mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Convert static/js/upload_widget.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a7b2e5ba03
commit
e64c7a9efe
@@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const channel = require("./channel");
|
||||
const upload_widget = require("./upload_widget");
|
||||
|
||||
exports.build_bot_create_widget = function () {
|
||||
// We have to do strange gyrations with the file input to clear it,
|
||||
|
||||
Reference in New Issue
Block a user