diff options
author | alecpl <alec@alec.pl> | 2008-04-02 14:20:16 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-02 14:20:16 +0000 |
commit | d7c226ca1bbab8bcf994d9f4c921178beef81ba7 (patch) | |
tree | 7a074b54dd8af35d8058d9600e81d08797330a66 /program/js | |
parent | da35b6dc72eaab0b5722608770af67771e95e773 (diff) |
http://trac.roundcube.net/ticket/1484838
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/list.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/list.js b/program/js/list.js index 8ff0b2ddd..02c872f9f 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -459,6 +459,8 @@ select_all: function(filter) if (this.selection.join(',') != select_before) this.trigger_event('select'); + this.focus(); + return true; }, |