mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
Monotone-Parent: 856583f8779d38a6978fe4db950c4067c8a38e9c
Monotone-Revision: 198c312f6f50dd9e647df21a626b63d5737a368b Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-01T20:09:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -603,6 +603,7 @@ function appendAddressBook(name, folder) {
|
||||
.replace(">", ">", "g")));
|
||||
setEventsOnAddressBook(li);
|
||||
updateAddressBooksMenus();
|
||||
configureDragAndDrop ();
|
||||
}
|
||||
|
||||
return result;
|
||||
@@ -1066,6 +1067,8 @@ function initContacts(event) {
|
||||
}
|
||||
|
||||
function configureDragAndDrop () {
|
||||
Droppables.empty ();
|
||||
Draggables.empty ();
|
||||
var mainElement = new Element ("div", {id: "dragDropVisual"});
|
||||
document.body.appendChild(mainElement);
|
||||
mainElement.absolutize ();
|
||||
|
||||
Reference in New Issue
Block a user