Skip to content

Commit

Permalink
Merge pull request #293 from hobofan/search_autofocus
Browse files Browse the repository at this point in the history
add autofocus attribute to search field
  • Loading branch information
alexcrichton committed Mar 24, 2016
2 parents ae4f823 + 17ee1e4 commit bc4f1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{{input type="text" class="search" name="q"
placeholder="Search"
value=search
autofocus="autofocus"
tabindex="1"}}
</form>

Expand Down

0 comments on commit bc4f1d7

Please sign in to comment.