From c6be7a4c14a885d45a565095bb8101c47016509e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:43:30 +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 9b8f6c1..78755b4 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -190,7 +190,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ { if (!_this.dialog) return; _this.dialog.show( { id : 0 } , function() { - _this.grid.footer.onClick('first'); + _this.grid.ds.load({}); }); } }, -- 2.39.2