From c73806c017c742e6e5dbfc555d95c920032654ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Sep 2010 13:52:09 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Download.js b/Pman.Download.js index 1c552037..77f45a12 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -66,8 +66,8 @@ Pman.Download = function(cfg) } } - //Roo.EventManager.on( this.csvFrame, 'load', cb, this); - + Roo.EventManager.on( this.csvFrame, 'load', cb, this); + return; cfg.method = cfg.method || 'GET'; if (cfg.method == 'GET') { -- 2.39.2