diff options
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/js.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index f18edc5d6..5c7ee1dbd 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -121,7 +121,8 @@ function js_out(){ // load user script @readfile(DOKU_CONF.'userscript.js'); - // add scroll event + // add scroll event and tooltip rewriting + js_runonstart('updateAccessKeyTooltip()'); js_runonstart('scrollToMarker()'); // initialize init pseudo event |