mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
stream_edit: Fix set_stream_property usage.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
08e5e29054
commit
8d42fa3960
@@ -301,7 +301,7 @@ function stream_is_muted_changed(e) {
|
|||||||
sub,
|
sub,
|
||||||
"is_muted",
|
"is_muted",
|
||||||
e.target.checked,
|
e.target.checked,
|
||||||
`#stream_change_property_status${CSS.escape(sub.stream_id)}`,
|
$(`#stream_change_property_status${CSS.escape(sub.stream_id)}`),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user