mirror of https://github.com/zulip/zulip.git
stream_settings_ui: Add missing $ prefix to jQuery object variable.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
fbb42dd297
commit
1188a0f26d
|
@ -585,8 +585,8 @@ export function setup_page(callback) {
|
|||
});
|
||||
|
||||
if (should_list_all_streams()) {
|
||||
const toggler_elem = toggler.get();
|
||||
$("#streams_overlay_container .list-toggler-container").prepend(toggler_elem);
|
||||
const $toggler_elem = toggler.get();
|
||||
$("#streams_overlay_container .list-toggler-container").prepend($toggler_elem);
|
||||
}
|
||||
if (current_user.is_guest) {
|
||||
toggler.disable_tab("all-streams");
|
||||
|
|
Loading…
Reference in New Issue