summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-06-22 18:59:27 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-06-22 18:59:27 +0200
commitfa61423c0443cfa720938bd4ed01184c05678e97 (patch)
tree561c78cfedf8bf39c336bc64a565fe20c81ac0d8 /lib/exe/js.php
parent880f62faf63b666adcc1d6aec6a8ead3edb18f59 (diff)
downloadrpg-fa61423c0443cfa720938bd4ed01184c05678e97.tar.gz
rpg-fa61423c0443cfa720938bd4ed01184c05678e97.tar.bz2
temporary disable hotkey JS for FS#1958
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index f2f9dfe6b..669afb96c 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -114,7 +114,7 @@ function js_out(){
js_runonstart('scrollToMarker()');
js_runonstart('focusMarker()');
// init hotkeys - must have been done after init of toolbar
- js_runonstart('initializeHotkeys()');
+#FIXME disabled for FS#1958 js_runonstart('initializeHotkeys()');
// end output buffering and get contents
$js = ob_get_contents();