]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
Merge branch '0.8.x' into 0.9.x
[quix0rs-gnu-social.git] / actions / register.php
index b40ac266d2eceb6d5f869e6f70bdf59fd3b4645f..100ab74242c74a4244739a3fcc46a56ca937c027 100644 (file)
@@ -136,6 +136,12 @@ class RegisterAction extends Action
         }
     }
 
+    function showScripts()
+    {
+        parent::showScripts();
+        $this->autofocus('nickname');
+    }
+
     /**
      * Try to register a user
      *