Commit a47ffefd authored by Sindre Sorhus's avatar Sindre Sorhus

Make funnyface app autofocus

parent 68e663e0
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<section id="todoapp"> <section id="todoapp">
<header id="header"> <header id="header">
<h1>todos</h1> <h1>todos</h1>
<input id="new-todo" data-bind="value: current; enterKey: add" placeholder="What needs to be done?"> <input id="new-todo" data-bind="value: current; enterKey: add" placeholder="What needs to be done?" autofocus>
</header> </header>
<section id="main" data-bind="visible: todos.count"> <section id="main" data-bind="visible: todos.count">
<div> <div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment