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

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