Monotone-Parent: f477b77ceeee0f0f12bc02c70d58dc589a7d9d55

Monotone-Revision: eb759cedcd41f4bc822816acd58b93115f94f266

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-07T15:26:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-07 15:26:51 +00:00
parent 883cd44635
commit 463752df0d
3 changed files with 16 additions and 3 deletions

View File

@@ -1147,6 +1147,11 @@ function dropAction (dropped, zone, e) {
if ($("dragDropVisual").hasClassName ("copy"))
action = "copy";
dropSelectedContacts (action, zone.id.substr (1));
if (action != "copy") {
var div = $('contactView');
div.innerHTML = "";
}
}
function dropSelectedContacts (action, toId) {