1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-23 20:38:49 +01:00

LSformElement_text : Fixed bugs in last commit

This commit is contained in:
Benjamin Renard 2010-04-15 18:37:44 +02:00
parent 3a1392f4b7
commit 9382ed946a

View file

@ -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;
}