This commit is contained in:
Barış Soner Uşaklı
2019-02-12 09:46:25 -05:00
parent 2996a5dc25
commit 45c322aeb0

View File

@@ -69,7 +69,7 @@ define('forum/login', [], function () {
return false;
});
if ($('#content #username').attr('readonly')) {
if ($('#content #username').val()) {
$('#content #password').val('').focus();
} else {
$('#content #username').focus();