From: Alan Knowles Date: Fri, 14 Jan 2011 07:53:24 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=9ac8bb8e3e9b3e98a5e2d04f024c1038d95b7631 Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index b1e5bde..f38b061 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -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({}); } } },