Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:52:09 +0000 (13:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 05:52:09 +0000 (13:52 +0800)
Pman.Download.js

index 1c55203..77f45a1 100644 (file)
@@ -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') {