diff options
author | alecpl <alec@alec.pl> | 2010-10-26 07:09:56 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-26 07:09:56 +0000 |
commit | 537b575ad17152d6b9940c31f4af17fdf59ce04f (patch) | |
tree | 38eb569c4b0f644b12b23c9b8c21d4c9c0bffef2 /program/js | |
parent | a5a4bf46bd2e579e828989563c120f9ab2b28a32 (diff) |
- Fix autocomplete so Tab key will not insert selected contact
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/program/js/app.js b/program/js/app.js index 3e2bf3bda..fe40a8b89 100644 --- a/program/js/app.js +++ b/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; |