From 537b575ad17152d6b9940c31f4af17fdf59ce04f Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 26 Oct 2010 07:09:56 +0000 Subject: - Fix autocomplete so Tab key will not insert selected contact --- program/js/app.js | 4 ---- 1 file changed, 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; -- cgit v1.2.3