From 581e27d2c7519091fc412596ea485e6e5e278e02 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 5 May 2016 13:04:32 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Pman.Download.js b/Pman.Download.js index db00d686..0633f085 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -116,11 +116,10 @@ Pman.Download = function(cfg) } - document.testForm.submit(); - Roo.log(document.testForm.submit());return; + (function() { this.submit = true; - this.form.dom.submit(); + document.testForm.submit(); this.cleanup.defer(this.timeout || 30000,this); }).defer(100, this); -- 2.39.2