Commit dc5fd8bc authored by Holger Just's avatar Holger Just

Actually focus username in login dropdown

parent 0c87f611
......@@ -584,7 +584,7 @@ jQuery(document).ready(function($) {
// Focus the username field if the login field has opened
$("#nav-login").slideToggle(animationRate, function () {
if ($(this).parent().hasClass("open")) {
$("input#username").focus()
$("input#username-pulldown").focus()
}
});
......
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