v1.18.x
Barış Soner Uşaklı 8 years ago
parent 631e9aea14
commit fd43f38e42

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

Loading…
Cancel
Save