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