summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index f1ac86c82..f2f9dfe6b 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -113,6 +113,8 @@ function js_out(){
}
js_runonstart('scrollToMarker()');
js_runonstart('focusMarker()');
+ // init hotkeys - must have been done after init of toolbar
+ js_runonstart('initializeHotkeys()');
// end output buffering and get contents
$js = ob_get_contents();