X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=7037f745721c58e550577f7a35954c30a9d0fe0e;hb=66c7f301d01738f3a6c98694f48ee851d6213441;hp=451860d77a57670a74af99e1baaa167916c1d69b;hpb=30b13eb8e1cdf2b3e16a04a9424febbd1e79f298;p=Pman.Core diff --git a/Pman.Download.js b/Pman.Download.js index 451860d7..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); + (function() { this.submit = true; this.form.dom.submit();