Add focus on email or new password fields. Also updated validation message for password length when creating a new password NIHVIVO-227
This commit is contained in:
parent
4b2da00daf
commit
bb08bef23f
4 changed files with 11 additions and 10 deletions
|
@ -1,10 +1,11 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
$("#formLogin").removeClass("hidden");
|
||||
// login form is hidden by default; use JavaScript to reveal
|
||||
$("#formLogin").removeClass("hidden");
|
||||
|
||||
// focus on email or newpassword field
|
||||
$('.focus').focus();
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue