Commit 9a2d6c4f authored by addyosmani's avatar addyosmani

Addressing #189 renames reference-examples, tweaks select issue in vanilla app.

parent 99282a82
...@@ -91,7 +91,7 @@ function todoContentHandler( event ) { ...@@ -91,7 +91,7 @@ function todoContentHandler( event ) {
div.className = 'editing'; div.className = 'editing';
inputEditTodo = document.getElementById( 'input_' + todoId ); inputEditTodo = document.getElementById( 'input_' + todoId );
inputEditTodo.focus(); inputEditTodo.select();
} }
function checkboxChangeHandler( event ) { function checkboxChangeHandler( event ) {
......
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