summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 2aa9c4399..de996a117 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -141,6 +141,7 @@ function js_out(){
// add scroll event and tooltip rewriting
js_runonstart('updateAccessKeyTooltip()');
js_runonstart('scrollToMarker()');
+ js_runonstart('focusMarker()');
// initialize init pseudo event
echo 'if (document.addEventListener) {'.NL;