Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:52:10 +0000 (11:52 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jun 2012 03:52:10 +0000 (11:52 +0800)
Pman.Download.js

index 0f9f283..3057f14 100644 (file)
@@ -227,8 +227,8 @@ Roo.apply(Pman.Download.prototype, {
             t.params['csvTitles['+i+']'] = c.header;
             
         });
-        if (this.grid.ds.loadMask) {
-            this.grid.ds.loadMask.onLoad();
+        if (this.grid.loadMask) {
+            this.grid.loadMask.onLoad();
         }
         this.params.limit = 9999;