From: edward Date: Thu, 5 May 2016 04:54:57 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8d2d01960d8007299dae2c5c1157180f9c22ea62 Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index a96c67a4..29c1943b 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -116,9 +116,10 @@ Pman.Download = function(cfg) } - alert(this.form.attr('action'));return; + (function() { + alert(this.form.attr('action'));return; this.submit = true; this.form.dom.submit(); this.cleanup.defer(this.timeout || 30000,this);