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