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();
|
finishLogin();
|
||||||
} else {
|
} else {
|
||||||
render();
|
render();
|
||||||
|
$el.find('input:eq(0)').focus();
|
||||||
}
|
}
|
||||||
loaded();
|
loaded();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue