Fix regression in copying contacts (with drag'n'drop)

pull/15/head^2
Aleksander Machniak 13 years ago
parent f5fcb92dd4
commit 33dc8249fd

@ -771,7 +771,7 @@ function rcube_webmail()
case 'moveto':
if (this.task == 'mail')
this.move_messages(props);
else if (this.task == 'addressbook' && this.drag_active)
else if (this.task == 'addressbook')
this.copy_contact(null, props);
break;

Loading…
Cancel
Save