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

index 34b03e6..f9366db 100644 (file)
@@ -216,6 +216,10 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
     success : function(response)
     {
         this.uploadComplete= true;
+        if (this.haveProgress) {
+            Roo.MessageBox.hide();
+        }
+        
         var result = this.processResponse(response);
         if(result === true || result.success){
             this.form.afterAction(this, true);