NIHVIVO-1296 Integrate login functionality into login widget.
This commit is contained in:
parent
73b881a805
commit
2973ceebf2
14 changed files with 237 additions and 148 deletions
|
@ -3,7 +3,7 @@
|
|||
$(document).ready(function(){
|
||||
|
||||
// login form is hidden by default; use JavaScript to reveal
|
||||
$("#formLogin").removeClass("hidden");
|
||||
$("#loginFormAndLinks").show();
|
||||
|
||||
// focus on email or newpassword field
|
||||
$('.focus').focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue