summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js4
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;