mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user