mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
Monotone-Parent: 7cf3ceccdf6ec58d01bbf1acbd86761895dd9d7b
Monotone-Revision: 4e1bb2eb70c5ea73a7dd34b61191210beb5439f0 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-07T15:02:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2240,9 +2240,11 @@ function configureDragAndDrop () {
|
||||
mainElement.absolutize ();
|
||||
mainElement.style.display = "none";
|
||||
|
||||
var tbody = $$("TABLE#messageList tbody").first ();
|
||||
|
||||
new Draggable ("dragDropVisual",
|
||||
{
|
||||
handle: "messageList",
|
||||
handle: tbody.identify (),
|
||||
onStart: startDragging,
|
||||
onEnd: stopDragging,
|
||||
onDrag: whileDragging
|
||||
|
||||
Reference in New Issue
Block a user