v1.18.x
Barış Soner Uşaklı 6 years ago
parent 2996a5dc25
commit 45c322aeb0

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

Loading…
Cancel
Save