Merged r7051 from the trunk

This commit is contained in:
nac26 2011-01-16 19:29:52 +00:00
parent 9f62fdfe2b
commit 58027d5d95
2 changed files with 11 additions and 12 deletions

View file

@ -3,7 +3,7 @@
$(document).ready(function(){
// login form is hidden by default; use JavaScript to reveal
$("#loginFormAndLinks").show();
$("#login").removeClass('hidden');
// focus on email or newpassword field
$('.focus').focus();