X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=7037f745721c58e550577f7a35954c30a9d0fe0e;hb=81f602e2c25f2b9baf5c0a4b56e4ec614f410909;hp=faf4c99fd2f967b14d97a7c015c99665be43692a;hpb=a7958d1d49bdfd7666984542d7c82bdb5918b3e5;p=Pman.Core diff --git a/Pman.Download.js b/Pman.Download.js index faf4c99f..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);return; + (function() { this.submit = true; this.form.dom.submit();