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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 08:03:21 -08:00
committed by Tim Abbott
parent 229aacb819
commit 583febeffd
13 changed files with 27 additions and 29 deletions

View File

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