From 33dc8249fd7c9add67c874cec8d517a315e41dac Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 17 Feb 2013 15:47:09 +0100 Subject: Fix regression in copying contacts (with drag'n'drop) --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index 18baf8022..4ecbda706 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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; -- cgit v1.2.3