From 9ac8bb8e3e9b3e98a5e2d04f024c1038d95b7631 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:53:24 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({}); } } }, -- 2.39.2