From fa1bb3e31ac29cf31fa10f126b7fde44bcd2864b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Feb 2014 12:09:39 +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 1bae5f00..d62720a6 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -51,7 +51,7 @@ Pman.Download = function(cfg) if (this.newWindow && this.method == 'GET') { // as ie seems buggy... - window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank'); + window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank'); return ; } -- 2.39.2