diff options
author | Samuele Tognini <samuele@netsons.org> | 2008-10-19 19:49:17 +0200 |
---|---|---|
committer | Samuele Tognini <samuele@netsons.org> | 2008-10-19 19:49:17 +0200 |
commit | 5ec8d09264aca4fdd9c8ae1e6812cf2e8938a680 (patch) | |
tree | 8972c0343fa561a6f954c7f88bf6d8dc013821ce | |
parent | b79e275c4031c57e35747edff8448c8f5dae6850 (diff) | |
download | rpg-5ec8d09264aca4fdd9c8ae1e6812cf2e8938a680.tar.gz rpg-5ec8d09264aca4fdd9c8ae1e6812cf2e8938a680.tar.bz2 |
The last "removed ALT+ from recent changes accesskeys" patch by Michael Klier forgot to remove the updateAccessKeyTooltip reference in js.php. If the function deletion was not erroneously deleted by Michael, this patch fixes it.
darcs-hash:20081019174917-2b15f-938ff41beddf7aaf648d6056c60120d6b2e04a35.gz
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index af455641c..8101ecd50 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -131,7 +131,6 @@ function js_out(){ @readfile(DOKU_CONF.'userscript.js'); // add scroll event and tooltip rewriting - js_runonstart('updateAccessKeyTooltip()'); js_runonstart('scrollToMarker()'); js_runonstart('focusMarker()'); |