mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 06:37:20 +02:00
fix: #7357
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user