diff options
author | Marek Sacha <sachamar@fel.cvut.cz> | 2010-04-27 00:40:25 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-05-08 11:48:28 +0200 |
commit | 7ea8e5925d4d2e18975712870d48912761ea1503 (patch) | |
tree | e7fa05864d3e5a4eff9ef8926f4f96c18d4fd433 /lib/exe/js.php | |
parent | d796a89110fe12c694a301f9f9e0d65875ec6d17 (diff) | |
download | rpg-7ea8e5925d4d2e18975712870d48912761ea1503.tar.gz rpg-7ea8e5925d4d2e18975712870d48912761ea1503.tar.bz2 |
Reimplementation of Accesskeys in JavaScript (FS#1809)
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 05965ba02..f1ac86c82 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -50,6 +50,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', DOKU_TPLINC.'script.js', ); |