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

index eae17c6..5eb2096 100644 (file)
@@ -67,6 +67,9 @@ Roo.form.Action.prototype = {
 
     // default connection failure
     failure : function(response){
+        if (this.form.maskEl) {
+            this.form.maskEl.unmask();
+        }
         this.response = response;
         this.failureType = Roo.form.Action.CONNECT_FAILURE;
         this.form.afterAction(this, false);