made changes for login
This commit is contained in:
parent
d69cf13311
commit
0de5829857
3 changed files with 30 additions and 8 deletions
10
webapp/web/js/login/loginUtils.js
Normal file
10
webapp/web/js/login/loginUtils.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
$("#formLogin").removeClass("hidden");
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue