mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +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:
@@ -4,6 +4,8 @@
|
||||
draggable)
|
||||
* UI/WebServerResources/ContactsUI.js: Fixed Drag&Drop issue (header was
|
||||
draggable)
|
||||
* UI/WebServerResources/MailerUI.js: Revert
|
||||
* UI/WebServerResources/ContactsUI.js: Revert
|
||||
|
||||
2009-07-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
|
||||
@@ -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