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