From 9382ed946aceb07b4dabe0d81a1985d407cafa12 Mon Sep 17 00:00:00 2001 From: bn8 Date: Thu, 15 Apr 2010 18:37:44 +0200 Subject: [PATCH] LSformElement_text : Fixed bugs in last commit --- public_html/includes/js/LSformElement_text_field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/includes/js/LSformElement_text_field.js b/public_html/includes/js/LSformElement_text_field.js index 083c2025..946bc83c 100644 --- a/public_html/includes/js/LSformElement_text_field.js +++ b/public_html/includes/js/LSformElement_text_field.js @@ -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; }