mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
js: Use jQuery as a module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import $ from "jquery";
|
||||
|
||||
$(() => {
|
||||
$(".portico-header li.logout").on("click", () => {
|
||||
$("#logout_form").trigger("submit");
|
||||
@@ -17,4 +19,3 @@ $(() => {
|
||||
}
|
||||
});
|
||||
});
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user