Roo/form/Action.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:32:25 +0000 (14:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:32:25 +0000 (14:32 +0800)
Roo/form/Action.js

index f9366db..d0e0019 100644 (file)
@@ -233,6 +233,10 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
     },
     failure : function(response){
         this.uploadComplete= true;
+        if (this.haveProgress) {
+            Roo.MessageBox.hide();
+        }
+        
         this.response = response;
         this.failureType = Roo.form.Action.CONNECT_FAILURE;
         this.form.afterAction(this, false);