summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-05-27 20:52:38 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-05-27 20:52:38 +0200
commit8d975344733b7ae67df7b86295348b661bbe0385 (patch)
treef5441d5cb7318a0da8f26aa2a1b3768584def1bc /lib/exe/js.php
parentf6fe1780d3e39e494b86e7c723cbde66a8b7ddde (diff)
downloadrpg-8d975344733b7ae67df7b86295348b661bbe0385.tar.gz
rpg-8d975344733b7ae67df7b86295348b661bbe0385.tar.bz2
usability enhancements for the loginform #803
darcs-hash:20060527185238-7ad00-1593c8b25d7f870c8a0b3017fbcf29c4e047f52c.gz
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;