From 89b2b2e4a7598525c1322d570966619752cc6dcb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:43:24 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ] } -- 2.39.2