From 0826e76e75a22344ce8f4255f39b0f61eac803b1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:43:13 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index f51a845..01fa620 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -240,7 +240,13 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ { xtype: 'Item', xns: Roo.menu, - text : "Reload" + text : "Reload", + listeners : { + click : function (_self, e) + { + + } + } } ] } -- 2.39.2