NIHVIVO-1458 Login form is hidden once again if JavaScript is disabled. Autofocus on login form also makes a triumphant return.

This commit is contained in:
nac26 2011-01-16 19:26:15 +00:00
parent c6afc196c8
commit 3a5a01ee57
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();