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