Pman.Download.js
authoredward <edward@roojs.com>
Thu, 5 May 2016 04:55:15 +0000 (12:55 +0800)
committeredward <edward@roojs.com>
Thu, 5 May 2016 04:55:15 +0000 (12:55 +0800)
Pman.Download.js

index 29c1943..fa5e3b4 100644 (file)
@@ -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);