diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-22 11:29:43 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-22 11:29:43 +0200 |
commit | 87e7175e210d4cb44555ac5885a0ed6aa31bf287 (patch) | |
tree | 07723dbdf2e75197c943b459568da079048dde4c /lib/exe/js.php | |
parent | 377228581be9f054e9b3036972fa2e1395d92f90 (diff) | |
download | rpg-87e7175e210d4cb44555ac5885a0ed6aa31bf287.tar.gz rpg-87e7175e210d4cb44555ac5885a0ed6aa31bf287.tar.bz2 |
disabled JS based hotkeys for next stable release 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 3756c43b9..dbef6e073 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -51,7 +51,7 @@ function js_out(){ DOKU_INC.'lib/scripts/linkwiz.js', DOKU_INC.'lib/scripts/media.js', DOKU_INC.'lib/scripts/subscriptions.js', - DOKU_INC.'lib/scripts/hotkeys.js', +# disabled for FS#1958 DOKU_INC.'lib/scripts/hotkeys.js', DOKU_TPLINC.'script.js', ); |