From 47cf31a9ea10b144220bbf7e36b3a88fe27e0e33 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Feb 2014 12:27:20 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Download.js b/Pman.Download.js index b8e3e082..2bb23d27 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -48,7 +48,7 @@ Pman.Download = function(cfg) Roo.log(this); } - Roo.log(this); + if (this.newWindow && this.method == 'GET') { // as ie seems buggy... window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank'); -- 2.39.2