diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-02 14:20:16 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-02 14:20:16 +0000 |
| commit | 000916d455319b265211a51fc300065a2b3e07d1 (patch) | |
| tree | 92f5f4fe02f8e2f2f4cc7031dbf9867e25177f9f /roundcubemail/program | |
| parent | 32bfb2400d8e1d4aaeeb71d3dc22324063ed051c (diff) | |
http://trac.roundcube.net/ticket/1484838
git-svn-id: https://svn.roundcube.net/trunk@1236 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/list.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/js/list.js b/roundcubemail/program/js/list.js index 8ff0b2ddd..02c872f9f 100644 --- a/roundcubemail/program/js/list.js +++ b/roundcubemail/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; }, |
