Pman.Tab.AdminContactsGroup.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:53:24 +0000 (15:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:53:24 +0000 (15:53 +0800)
Pman.Tab.AdminContactsGroup.js

index b1e5bde..f38b061 100644 (file)
@@ -37,7 +37,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                 activate : function() {
                     _this.panel = this;
                     if (_this.grid) {
-                        _this.grid.footer.onClick('first');
+                        _this.grid.ds.load({});
                     }
                 }
             },