Pman.Download.js
authoredward <edward@roojs.com>
Thu, 5 May 2016 05:33:31 +0000 (13:33 +0800)
committeredward <edward@roojs.com>
Thu, 5 May 2016 05:33:31 +0000 (13:33 +0800)
Pman.Download.js

index f923c7d..7037f74 100644 (file)
@@ -119,7 +119,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);