mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
js: Remove extra consecutive spaces.
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
883e2fd325
commit
8046b6477a
@@ -311,7 +311,7 @@ exports.create_handlers_for_users = function (container) {
|
||||
// 'Check all' and 'Uncheck all' visible users
|
||||
container.on("click", ".subs_set_all_users", (e) => {
|
||||
$("#user-checkboxes .checkbox").each((idx, li) => {
|
||||
if (li.style.display !== "none") {
|
||||
if (li.style.display !== "none") {
|
||||
$(li.firstElementChild).prop("checked", true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user