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

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