Skip to content

Commit

Permalink
Merge pull request #17 from whydoubt/autofocus_ip_address
Browse files Browse the repository at this point in the history
Autofocus the IP Address field on the login page
  • Loading branch information
stuicey authored Oct 29, 2018
2 parents 889fd62 + f1b09c9 commit 82941c8
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 @@ -444,7 +444,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 82941c8

Please sign in to comment.