From 537b575ad17152d6b9940c31f4af17fdf59ce04f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 26 Oct 2010 03:09:56 -0400
Subject: [PATCH] - Fix autocomplete so Tab key will not insert selected contact
---
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 3e2bf3b..fe40a8b 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3368,10 +3368,6 @@
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;
--
Gitblit v1.9.1