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; force = 1;
} }
this.isCreation = false; this.isCreation = false;
if (input.value=="") { if (this.input.value=="") {
this.isCreation = true; this.isCreation = true;
} }