X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=7037f745721c58e550577f7a35954c30a9d0fe0e;hb=ee1b0a9d018f5fa6cc582773ead32ff4c24a3ce9;hp=f2ef15ceb748d43756e76940289fcfa679778ae1;hpb=d1cbfc0fe8cc25889e63de19a28792f2b00f1253;p=Pman.Core diff --git a/Pman.Download.js b/Pman.Download.js index f2ef15ce..7037f745 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -86,7 +86,6 @@ Pman.Download = function(cfg) var b = Roo.get(document.body); this.form = b.createChild({ tag: 'form', - name: 'testForm', method : this.method, action : this.url, target : this.newWindow ? '_new' : this.csvFrame.id, @@ -116,7 +115,7 @@ Pman.Download = function(cfg) } - Roo.log(document.testForm.dom);return; + (function() { this.submit = true; this.form.dom.submit();