Skip to content

Commit

Permalink
Autofocus the IP Address field on the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
whydoubt committed Oct 29, 2018
1 parent 72967b8 commit f1b09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h2><span class="icon-lock"></span> SSHv2 Login</h2>
<table style="width: 100%">
<tr>
<td><span class="icon-address-book"></span> IP Address:</td>
<td><input type="text" id="ipaddress" placeholder="sshy.us(:22)" style="width: 90%" onblur="validate(this.id, this.value)"></td>
<td><input type="text" id="ipaddress" placeholder="sshy.us(:22)" style="width: 90%" onblur="validate(this.id, this.value)" autofocus></td>
</tr>
<tr>
<td><span class="icon-user-circle-o"></span> Username:</td>
Expand Down

0 comments on commit f1b09c9

Please sign in to comment.