summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-26 07:09:56 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-26 07:09:56 +0000
commitdc24a842bf911558df9a22aea7b59f1bbd49becf (patch)
treeb0b80312cba7b7c537dd1c6b92eda375393a8739 /roundcubemail
parentf7f0624c07eb4e13a0e777f1f0a0fe740463538e (diff)
- Fix autocomplete so Tab key will not insert selected contact
git-svn-id: https://svn.roundcube.net/trunk@4135 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/js/app.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 3e2bf3bda..fe40a8b89 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -3368,10 +3368,6 @@ function rcube_webmail()
return rcube_event.cancel(e);
- case 9: // tab
- if(mod == SHIFT_KEY)
- break;
-
case 13: // enter
if (this.ksearch_selected===null || !this.ksearch_input || !this.ksearch_value)
break;