Pman.Download.js
authorEdward <edward@roojs.com>
Wed, 26 Feb 2014 04:09:39 +0000 (12:09 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Feb 2014 04:09:39 +0000 (12:09 +0800)
Pman.Download.js

index 1bae5f0..d62720a 100644 (file)
@@ -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 ; 
         
     }