diff options
| author | alecpl <alec@alec.pl> | 2009-04-10 11:11:45 +0000 |
|---|---|---|
| committer | alecpl <alec@alec.pl> | 2009-04-10 11:11:45 +0000 |
| commit | 58c9dd72935e9ea4403681997bb1beb291d70bd4 (patch) | |
| tree | 8dfcde875c91f2b6b53829554e34579c1cdd3c71 /program/js/list.js | |
| parent | 942069969cfd95784f872b3bef2cc6323fc55c3d (diff) | |
- Fix DEL key problem in search boxes (#1485528)
Diffstat (limited to 'program/js/list.js')
| -rw-r--r-- | program/js/list.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/js/list.js b/program/js/list.js index 7bae7a5f6..7d16080c5 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -824,8 +824,6 @@ drag_mouse_up: function(e) } } - this.focus(); - return rcube_event.cancel(e); }, |
