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