From 356899b2fd21330796904e45f64345790a83ca05 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Feb 2014 12:07:32 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Download.js b/Pman.Download.js index 6ac4ae3e..ad485773 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -39,9 +39,9 @@ Pman.Download = function(cfg) { this.params = {}; - Roo.log(cfg); + Roo.apply(this, cfg); - Roo.log(this);return; + if (this.grid) { this.buildFromGrid(); @@ -50,6 +50,7 @@ Pman.Download = function(cfg) if (this.newWindow && this.method == 'GET') { + Roo.log('in'); // as ie seems buggy... window.open( cfg.url + '?' + Roo.urlEncode(cfg.params || {}), '_blank'); return ; -- 2.39.2