From: edward Date: Thu, 5 May 2016 05:04:32 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=581e27d2c7519091fc412596ea485e6e5e278e02 Pman.Download.js --- 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);