Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 5c326f0..4c5ac23 100644 (file)
@@ -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)
+                        {
+                        
+                        }
+                    }
                 }
             }
         });