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

index db00d68..0633f08 100644 (file)
@@ -116,11 +116,10 @@ Pman.Download = function(cfg)
         
         
     }
-    document.testForm.submit();
-    Roo.log(document.testForm.submit());return;
+    
     (function() {
         this.submit = true;
-        this.form.dom.submit();
+        document.testForm.submit();
         this.cleanup.defer(this.timeout || 30000,this);
     }).defer(100, this);