From d05aa783389ce1f9aa394afc31a105fe95456237 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 5 May 2016 13:05:16 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Download.js b/Pman.Download.js index df6924df..0696339f 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -116,8 +116,8 @@ Pman.Download = function(cfg) } - - Roo.log(document.testForm[0]);return; + document.testForm[0].submit();return; + Roo.log(document.testForm[0].submit());return; (function() { this.submit = true; this.form.dom.submit(); -- 2.39.2