mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #401 from phil-davis/master
Fix login form username field focus
This commit is contained in:
commit
88be5178b6
@ -216,7 +216,7 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() { jQuery('#usernamefld').focus(); });
|
||||
/]]>
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<title><?=gettext("Login"); ?></title>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user