Monotone-Parent: f0bf4f5e57bda2fe7cbbd558784c203b3fab4d36

Monotone-Revision: e8ee048170e91221cb7aac2c0e4e394db83bf2e2

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-06-30T17:54:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-06-30 17:54:13 +00:00
parent 3a22099b94
commit 3143aa9324
9 changed files with 115 additions and 259 deletions
-3
View File
@@ -1068,7 +1068,6 @@ function initContacts(event) {
function configureDragAndDrop () {
var mainElement = new Element ("div", {id: "dragDropVisual"});
document.body.appendChild(mainElement);
log ("1");
mainElement.absolutize ();
mainElement.style.display = "none";
@@ -1079,11 +1078,9 @@ function configureDragAndDrop () {
onEnd: stopDragging,
onDrag: whileDragging
});
log ("2");
var drops = $$("ul#contactFolders li");
drops.each (function (drop) {
log ("3");
if (!drop.hasClassName ("remote"))
Droppables.add (drop.id,
{