Skip to content

Commit

Permalink
Spine app: Autofocus new todo input on load
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 24, 2012
1 parent c2f8509 commit f8e50eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture-examples/spine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<section id="todoapp">
<header id="header">
<h1>todos</h1>
<input id="new-todo" placeholder="What needs to be done?">
<input id="new-todo" placeholder="What needs to be done?" autofocus>
</header>
<section id="main">
<input id="toggle-all" type="checkbox">
Expand Down

0 comments on commit f8e50eb

Please sign in to comment.