This commit is contained in:
Barış Soner Uşaklı
2017-06-25 14:39:42 -04:00
parent 631e9aea14
commit fd43f38e42

View File

@@ -54,7 +54,7 @@ define('forum/login', [], function () {
app.flags._sessionRefresh = false;
// Select the entire password if that field has focus
if ($('#password:focus').size()) {
if ($('#password:focus').length) {
$('#password').select();
}
}