mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
recent_topics: Replace deprecated jQuery event trigger shorthand.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b741e758f0
commit
7c38a0c1f0
@@ -676,7 +676,7 @@ export function hide() {
|
||||
// remains on search box even after it is hidden. We
|
||||
// forcefully blur it so that focus returns to the visible
|
||||
// focused element.
|
||||
$("#recent_topics_search").blur();
|
||||
$("#recent_topics_search").trigger("blur");
|
||||
|
||||
$("#message_view_header_underpadding").show();
|
||||
$(".header").css("padding-bottom", "10px");
|
||||
|
||||
Reference in New Issue
Block a user