mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
js: Prefix jQuery object variable names with $.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import {page_params} from "./page_params";
|
||||
export function launch() {
|
||||
overlays.open_overlay({
|
||||
name: "about-zulip",
|
||||
overlay: $("#about-zulip"),
|
||||
$overlay: $("#about-zulip"),
|
||||
on_close() {
|
||||
browser_history.exit_overlay();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user