From f80e4d3917159dc307be7e9b0cae4782d6021903 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Fri, 9 Apr 2021 23:02:31 -0700 Subject: [PATCH] Focus username field when logging in --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index b82c831..4a7dab9 100644 --- a/inc/html.php +++ b/inc/html.php @@ -819,7 +819,7 @@ EOF; function manageOnLoad($page) { switch ($page) { case 'login': - return ' onload="document.tinyib.managepassword.focus();"'; + return ' onload="document.tinyib.username.focus();"'; case 'moderate': return ' onload="document.tinyib.moderate.focus();"'; case 'keywords':