X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=7037f745721c58e550577f7a35954c30a9d0fe0e;hb=66c7f301d01738f3a6c98694f48ee851d6213441;hp=72c4732da29a5fb901c59a280a98146ecd03d77c;hpb=fb7f0cad3c4ecfb602fd9d11fb6d8009675269b1;p=Pman.Core diff --git a/Pman.Download.js b/Pman.Download.js index 72c4732d..7037f745 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -48,7 +48,7 @@ Pman.Download = function(cfg) Roo.log(this); } - this.params.limit = 10; + if (this.newWindow && this.method == 'GET') { // as ie seems buggy... window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank'); @@ -101,7 +101,7 @@ Pman.Download = function(cfg) // }); // } - + Roo.log(this.params); for(var i in this.params) { var el = this.form.createChild( {