mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
js: Use .empty() instead of .html("").
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
de663184f3
commit
e0b593f67e
@@ -31,7 +31,7 @@ export function reload() {
|
||||
}
|
||||
|
||||
const $user_groups_section = $("#user-groups").expectOne();
|
||||
$user_groups_section.html("");
|
||||
$user_groups_section.empty();
|
||||
populate_user_groups();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user