From f772c8132b7defeaa11a917cce7ff6037f1b623c Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 5 May 2016 13:33:31 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index f923c7d7..7037f745 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -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); -- 2.39.2