From 74e6341e77595cfc4e6b56aa86d026a0af8efdf4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Jan 2011 11:11:31 +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 495aae1..77741fc 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -67,7 +67,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ return; } _this.dialog.show( s.data, function() { - _this.grid.footer.onClick('first'); + _this.ds.load({}); }); } }, -- 2.39.2