mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
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:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user