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