diff options
author | Marek Sacha <sachamar@fel.cvut.cz> | 2010-04-30 17:18:40 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-05-08 11:48:41 +0200 |
commit | 4062d3d5c0c566751a1f098495e9aa836e8db9de (patch) | |
tree | e993ca819b6fb71fb8300ab6390589428f853386 /lib/exe/js.php | |
parent | 7ea8e5925d4d2e18975712870d48912761ea1503 (diff) | |
download | rpg-4062d3d5c0c566751a1f098495e9aa836e8db9de.tar.gz rpg-4062d3d5c0c566751a1f098495e9aa836e8db9de.tar.bz2 |
Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 2 |
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(); |