Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 07:42:49 +0000 (15:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 07:42:49 +0000 (15:42 +0800)
Pman.Download.js

index 3db1147..50f8e9e 100644 (file)
@@ -62,13 +62,15 @@ Pman.Download = function(cfg)
         if (this.form)
         {
             
-           //  this.form.remove();
+             this.form.remove();
             this.form= false;
         }
         Roo.EventManager.removeListener(frame, 'load', cb, this);
         if (cfg.success) {
             cfg.success();
         }
+        //Roo.get(frame).remove();
+        
 
     }
     Roo.EventManager.on( this.csvFrame, 'load', cb, this);