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