mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
Focus on the username field by default. Don't use jQuery because we're operating in a very limited context.
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<?= t("This site is currently only accessible by site administrators.") ?>
|
||||
</p>
|
||||
<?= auth::get_login_form("login/auth_html") ?>
|
||||
<script type="text/javascript">
|
||||
document.forms[0].name.focus();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user