summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-29 20:01:39 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-29 20:01:39 +0000
commit4e7f17c8b9b38dfaee557003643b7b368e334f88 (patch)
tree0a9fd768f49daec2ae2ec9bd7ca21dd810d79265 /roundcubemail/program
parent888d9e6579ca3dcd698210f3092a17aa0cb514cd (diff)
Really abort autocompletion when hitting Escape
git-svn-id: https://svn.roundcube.net/trunk@5145 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index b12d5c219..fbf3233f1 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -3507,7 +3507,7 @@ function rcube_webmail()
case 27: // escape
this.ksearch_hide();
- break;
+ return;
case 37: // left
case 39: // right