diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-16 12:41:09 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-16 12:41:09 +0200 |
commit | eb82b35df9807d0e002b9fd676692d51d007b319 (patch) | |
tree | 408305686cf896bcf991a64bd38ac2a18bf69087 /program/js/app.js | |
parent | 769829a0cec6198fedf8dd937b123377cb45510d (diff) | |
parent | 9749aeeb0bda83019c1872a72d438a19f9cb3085 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index ea7be4eac..82b69c4db 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1677,7 +1677,7 @@ function rcube_webmail() case 63232: // "up", in safari keypress case 63233: // "down", in safari keypress focus_menu_item(keyCode == 38 || keyCode == 63232 ? -1 : 1); - break; + return rcube_event.cancel(e); case 9: // tab if (this.focused_menu) { |