From dc24a842bf911558df9a22aea7b59f1bbd49becf Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 26 Oct 2010 07:09:56 +0000 Subject: - Fix autocomplete so Tab key will not insert selected contact git-svn-id: https://svn.roundcube.net/trunk@4135 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 ---- 1 file changed, 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; -- cgit v1.2.3