mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
js: Convert static/js/user_status.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
229aacb819
commit
583febeffd
@@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const people = require("./people");
|
||||
const user_status = require("./user_status");
|
||||
|
||||
exports.input_field = function () {
|
||||
return $(".user_status_overlay input.user_status");
|
||||
|
||||
Reference in New Issue
Block a user