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:
C Robert
2009-07-07 15:08:11 +00:00
parent b1f7bb8a50
commit 8283864fe5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1076,7 +1076,7 @@ function configureDragAndDrop () {
new Draggable ("dragDropVisual",
{
handle: "contactsListTbody",
handle: "contactsList",
onStart: startDragging,
onEnd: stopDragging,
onDrag: whileDragging
+1 -1
View File
@@ -2244,7 +2244,7 @@ function configureDragAndDrop () {
new Draggable ("dragDropVisual",
{
handle: tbody.identify (),
handle: /*tbody.identify ()*/ "messageList",
onStart: startDragging,
onEnd: stopDragging,
onDrag: whileDragging