mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added autofocus to login form
This commit is contained in:
@ -27,6 +27,7 @@ App.Presenters.LoginPresenter = function(
|
||||
finishLogin();
|
||||
} else {
|
||||
render();
|
||||
$el.find('input:eq(0)').focus();
|
||||
}
|
||||
loaded();
|
||||
});
|
||||
|
Reference in New Issue
Block a user