Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 10 Feb 2011 06:18:46 +0000 (14:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 10 Feb 2011 06:18:46 +0000 (14:18 +0800)
Roo/form/BasicForm.js

index 6233300..0314dd0 100644 (file)
@@ -288,9 +288,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
             
             this.fireEvent('actionfailed', this, action);
         }
-        if (this.maskEl) {
-            this.maskEl.unmask();
-        }
+        
     },
 
     /**