diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-10 11:11:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-10 11:11:45 +0000 |
| commit | 1f69ba7cc5a66e448a4181ea9676a5b2979ad08c (patch) | |
| tree | d50e808c0c08509e94105a9f3a0dc69d59ebf6af /roundcubemail/program/js/list.js | |
| parent | c311601baea5cdc0358c742166d248606624cdd4 (diff) | |
- Fix DEL key problem in search boxes (#1485528)
git-svn-id: https://svn.roundcube.net/trunk@2385 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/list.js')
| -rw-r--r-- | roundcubemail/program/js/list.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/js/list.js b/roundcubemail/program/js/list.js index 7bae7a5f6..7d16080c5 100644 --- a/roundcubemail/program/js/list.js +++ b/roundcubemail/program/js/list.js @@ -824,8 +824,6 @@ drag_mouse_up: function(e) } } - this.focus(); - return rcube_event.cancel(e); }, |
