Commit cb2aaf8d by Juanan Pereira

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

parent df14d8e4
......@@ -35,6 +35,8 @@
}).blur(function() {
$("label").parent().removeClass("is-focused");
});
$("#email").focus();
});
(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment