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

index fa5e3b4..7037f74 100644 (file)
@@ -116,10 +116,7 @@ Pman.Download = function(cfg)
         
     }
     
-    
-    
     (function() {
-        alert(this.form.dom);return;
         this.submit = true;
         this.form.dom.submit();
         this.cleanup.defer(this.timeout || 30000,this);