From 4e7f17c8b9b38dfaee557003643b7b368e334f88 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 29 Aug 2011 20:01:39 +0000 Subject: Really abort autocompletion when hitting Escape git-svn-id: https://svn.roundcube.net/trunk@5145 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js') 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 -- cgit v1.2.3