Skip to content

Commit

Permalink
Autofocus search element of conex popup
Browse files Browse the repository at this point in the history
fixes #205
  • Loading branch information
kesselborn committed Apr 2, 2018
1 parent f09aa01 commit 2af2285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conex-browser-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body id='browseraction'>
<form id='search-form'>
<input tabindex='1' id='search' type='search' autocomplete="off" placeholder="search for title or url"></input>
<input tabindex='1' id='search' type='search' autocomplete="off" placeholder="search for title or url" autofocus></input>
<a id='new-container-button' href="#" title='create new container'>+</a>
</form>
<form id='new-container-form'>
Expand Down

0 comments on commit 2af2285

Please sign in to comment.