Added autofocus to login form
This commit is contained in:
parent
4c458d8b20
commit
016e89a463
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ App.Presenters.LoginPresenter = function(
|
|||
finishLogin();
|
||||
} else {
|
||||
render();
|
||||
$el.find('input:eq(0)').focus();
|
||||
}
|
||||
loaded();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue