mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-09 21:45:26 +00:00
Monotone-Parent: 4e1bb2eb70c5ea73a7dd34b61191210beb5439f0
Monotone-Revision: 57d2e167583adbd4475204645de003a2e089bd24 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-07T15:08:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1076,7 +1076,7 @@ function configureDragAndDrop () {
|
||||
|
||||
new Draggable ("dragDropVisual",
|
||||
{
|
||||
handle: "contactsListTbody",
|
||||
handle: "contactsList",
|
||||
onStart: startDragging,
|
||||
onEnd: stopDragging,
|
||||
onDrag: whileDragging
|
||||
|
||||
@@ -2244,7 +2244,7 @@ function configureDragAndDrop () {
|
||||
|
||||
new Draggable ("dragDropVisual",
|
||||
{
|
||||
handle: tbody.identify (),
|
||||
handle: /*tbody.identify ()*/ "messageList",
|
||||
onStart: startDragging,
|
||||
onEnd: stopDragging,
|
||||
onDrag: whileDragging
|
||||
|
||||
Reference in New Issue
Block a user