mirror of https://github.com/zulip/zulip.git
stream_edit: Fix set_stream_property usage.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
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)}`),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue