mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Module pattern for hotkey.js
(imported from commit 56616bc8eeaa594ca70bb92bf17a88f97027fd35)
This commit is contained in:
@@ -26,7 +26,7 @@ function compose_button(tabname) {
|
||||
clear_compose_box();
|
||||
$('#sidebar a[href="#home"]').tab('show');
|
||||
show_compose(tabname, $("#" + tabname));
|
||||
set_compose_hotkey();
|
||||
hotkeys.set_compose();
|
||||
}
|
||||
|
||||
function toggle_compose() {
|
||||
|
||||
Reference in New Issue
Block a user