From 2af96d74fcf177fcb4cb33852c49ff5c9a8641f2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 13:17:02 +0200 Subject: [PATCH] automatically focus on the create todo form --- www/todo/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/todo/main.js b/www/todo/main.js index 749fdfe4d..cfcf81937 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -138,7 +138,7 @@ define([ default: console.log(e.which); } - }); + }).focus(); var editTask = function () {