mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +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:
@@ -106,8 +106,8 @@ function contactsListCallback(http) {
|
||||
table.observe("mousedown", onContactSelectionChange);
|
||||
configureSortableTableHeaders(table);
|
||||
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
|
||||
configureDragAndDrop ();
|
||||
}
|
||||
configureDragAndDrop ();
|
||||
|
||||
var rows = table.tBodies[0].rows;
|
||||
for (var i = 0; i < rows.length; i++) {
|
||||
@@ -1076,7 +1076,7 @@ function configureDragAndDrop () {
|
||||
|
||||
new Draggable ("dragDropVisual",
|
||||
{
|
||||
handle: "contactsList",
|
||||
handle: "contactsListTbody",
|
||||
onStart: startDragging,
|
||||
onEnd: stopDragging,
|
||||
onDrag: whileDragging
|
||||
|
||||
Reference in New Issue
Block a user