From: Alan Knowles Date: Mon, 19 Aug 2013 03:23:23 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=96254a3c18cbdd565fbd4ef410f2b686301f3620 Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index 76809153..cdfa834f 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -42,7 +42,7 @@ Pman.Download = function(cfg) } - if (cfg.newWindow) { + if (cfg.newWindow && this.method == 'GET') { // as ie seems buggy... window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank'); return ;