From: Edward Date: Wed, 26 Feb 2014 04:31:27 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f9a7e51ad28b4eb96f2fb7ea4ede40183c7e7ace Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index 72c4732d..2bb23d27 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');