diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-29 20:01:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-29 20:01:39 +0000 |
| commit | 4e7f17c8b9b38dfaee557003643b7b368e334f88 (patch) | |
| tree | 0a9fd768f49daec2ae2ec9bd7ca21dd810d79265 /roundcubemail | |
| parent | 888d9e6579ca3dcd698210f3092a17aa0cb514cd (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')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
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 |
