mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement_text : Fixed bugs in last commit
This commit is contained in:
parent
3a1392f4b7
commit
9382ed946a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var LSformElement_text_field = new Class({
|
|||
force = 1;
|
||||
}
|
||||
this.isCreation = false;
|
||||
if (input.value=="") {
|
||||
if (this.input.value=="") {
|
||||
this.isCreation = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue