summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-01 10:25:53 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-01 10:25:53 +0000
commite7c38c79f7c31195ac1850ade24dd1878add4dee (patch)
treeb9bac46c62cdaa7e6c16ddd54da927532601afab /roundcubemail/program/js
parent35a178555258b1e56e9fc81f1dc0806c1fb7c311 (diff)
Remove leftover from r1225, #1484316.
git-svn-id: https://svn.roundcube.net/trunk@1230 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index c88661123..2d30f300b 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -132,7 +132,6 @@ function rcube_webmail()
this.message_list.addEventListener('dblclick', function(o){ p.msglist_dbl_click(o); });
this.message_list.addEventListener('keypress', function(o){ p.msglist_keypress(o); });
this.message_list.addEventListener('select', function(o){ p.msglist_select(o); });
- this.message_list.addEventListener('dragstart', function(o){ p.drag_active = true; });
this.message_list.addEventListener('dragstart', function(o){ p.drag_active = true; if (p.preview_timer) clearTimeout(p.preview_timer); });
this.message_list.addEventListener('dragend', function(o){ p.drag_active = false; });