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

index 34b74d7..cca6067 100644 (file)
@@ -103,7 +103,7 @@ Pman.Download = function(cfg)
     (function() {
         this.submit = true;
         this.form.dom.submit();
-        this.cleanup.defer(this.timeout || 30000,this);
+        //this.cleanup.defer(this.timeout || 30000,this);
     }).defer(100, this);