11 lines
164 B
JavaScript
11 lines
164 B
JavaScript
![]() |
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||
|
|
||
|
|
||
|
$(document).ready(function(){
|
||
|
|
||
|
$("#formLogin").removeClass("hidden");
|
||
|
|
||
|
});
|
||
|
|
||
|
|