From: Alan Knowles Date: Fri, 14 Jan 2011 07:43:24 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=89b2b2e4a7598525c1322d570966619752cc6dcb Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 01fa620..9b8f6c1 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -240,13 +240,13 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ { xtype: 'Item', xns: Roo.menu, - text : "Reload", listeners : { click : function (_self, e) { - + _this.grid.ds.load({}); } - } + }, + text : "Reload" } ] }