login form: focus login field
This commit is contained in:
parent
5482b38807
commit
bed44d5164
|
@ -102,6 +102,8 @@ function init() {
|
|||
fetchProfiles();
|
||||
|
||||
dijit.byId("bw_limit").attr("checked", getCookie("ttrss_bwlimit") == 'true');
|
||||
|
||||
document.forms.loginForm.login.focus();
|
||||
}
|
||||
|
||||
function fetchProfiles() {
|
||||
|
|
Loading…
Reference in New Issue