From 67ae8bbe39b4c9917bc1fccd1b2334bfed72db07 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 16:55:32 +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 5c326f0..4c5ac23 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -411,7 +411,13 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ }, dragTarget : { xtype: 'DropTarget', - xns: Roo.dd + xns: Roo.dd, + listeners : { + drop : function (source, e, data) + { + + } + } } } }); -- 2.39.2