DataObjects/pman.links.ini
[Pman.Core] / Pman.Download.js
index ddc3358..3057f14 100644 (file)
@@ -227,8 +227,10 @@ Roo.apply(Pman.Download.prototype, {
             t.params['csvTitles['+i+']'] = c.header;
             
         });
-        
-        
+        if (this.grid.loadMask) {
+            this.grid.loadMask.onLoad();
+        }
+        this.params.limit = 9999;
         
         
     }