diff options
author | Michael Hamann <michael@content-space.de> | 2010-10-26 18:45:11 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2010-10-26 18:46:40 +0200 |
commit | de32b03e9a7d204dfbc1a9613a020c4bdcab52eb (patch) | |
tree | bbe7c06313b08b3457b5bef95b9fcccc40b9d165 /lib/exe/js.php | |
parent | 88c5fee2871e49eecca1ebfa90a19b1faa1d7350 (diff) | |
download | rpg-de32b03e9a7d204dfbc1a9613a020c4bdcab52eb.tar.gz rpg-de32b03e9a7d204dfbc1a9613a020c4bdcab52eb.tar.bz2 |
Fix JS error due to disabled JS based hotkeys because of FS#1958
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index dbef6e073..f9682e1e9 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -117,7 +117,7 @@ function js_out(){ js_runonstart('scrollToMarker()'); js_runonstart('focusMarker()'); // init hotkeys - must have been done after init of toolbar - js_runonstart('initializeHotkeys()'); +# disabled for FS#1958 js_runonstart('initializeHotkeys()'); // end output buffering and get contents $js = ob_get_contents(); |