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

index 2bb23d2..72c4732 100644 (file)
@@ -48,7 +48,7 @@ Pman.Download = function(cfg)
         Roo.log(this);
     }
     
-    
+    this.params.limit = 10;
     if (this.newWindow && this.method == 'GET') {
         // as ie seems buggy...
         window.open( this.url + '?' + Roo.urlEncode(this.params || {}), '_blank');