From: Alan Knowles Date: Fri, 14 Jan 2011 07:43:30 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=c6be7a4c14a885d45a565095bb8101c47016509e Pman.Tab.AdminContactsGroup.js --- 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({}); }); } },