mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
js: Replace deprecated jQuery event trigger shorthand.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4e42137bd9
commit
a9ca5f603b
@@ -18,8 +18,8 @@ exports.open_overlay = function () {
|
||||
const old_status_text = user_status.get_status_text(user_id);
|
||||
const field = exports.input_field();
|
||||
field.val(old_status_text);
|
||||
field.select();
|
||||
field.focus();
|
||||
field.trigger("select");
|
||||
field.trigger("focus");
|
||||
exports.toggle_clear_message_button();
|
||||
|
||||
const button = exports.submit_button();
|
||||
|
||||
Reference in New Issue
Block a user