mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- LSformElement_password_field : Suppression d'un debug inutil
This commit is contained in:
parent
259cd4111e
commit
8c10e0cb92
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ var LSformElement_password_field = new Class({
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.input = input;
|
this.input = input;
|
||||||
this.params = varLSdefault.getParams(this.name);
|
this.params = varLSdefault.getParams(this.name);
|
||||||
LSdebug(this.params);
|
|
||||||
this.initialiseLSformElement_password_field();
|
this.initialiseLSformElement_password_field();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue