Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Sep 2012 10:52:26 +0000 (18:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Sep 2012 10:52:26 +0000 (18:52 +0800)
Pman.Download.js

index e496436..a1afd1b 100644 (file)
@@ -64,7 +64,7 @@ Pman.Download = function(cfg)
         (function() {
             this.submit = true;
             this.csvFrame.src = cfg.url;
-            this.cleanup.defer(cfg.timeout || 30000,this);
+            //this.cleanup.defer(cfg.timeout || 30000,this);
         }).defer(100, this);