mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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,
|
||||
"is_muted",
|
||||
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