js: Replace deprecated jQuery event trigger shorthand.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-20 12:24:26 -07:00
committed by Tim Abbott
parent 4e42137bd9
commit a9ca5f603b
60 changed files with 224 additions and 215 deletions

View File

@@ -65,7 +65,7 @@ exports.toggle = function (opts) {
}
if (!opts.child_wants_focus) {
elem.focus();
elem.trigger("focus");
}
}