set keyboard input focus to the e-mail field on the login screen

This commit is contained in:
Juanan Pereira
2014-07-02 23:05:03 +02:00
parent df14d8e49d
commit cb2aaf8d8c

View File

@@ -35,6 +35,8 @@
}).blur(function() {
$("label").parent().removeClass("is-focused");
});
$("#email").focus();
});
(function() {