diff options
| author | svncommit <devs@roundcube.net> | 2006-11-15 05:58:09 +0000 |
|---|---|---|
| committer | svncommit <devs@roundcube.net> | 2006-11-15 05:58:09 +0000 |
| commit | b1c5ce6e13e69a38cc1de136296ee23419588ec5 (patch) | |
| tree | 5049e1b6ce06011513c7922edb19034fd0c1ffd5 /program/js | |
| parent | 4ec0e7afce50f6733192abfd4c07f414218815a7 (diff) | |
fixed deletion from message list.
Diffstat (limited to 'program/js')
| -rw-r--r-- | program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index caef29271..ae68ea816 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1245,6 +1245,7 @@ function rcube_webmail() a_uids[a_uids.length] = this.env.uid; else { + var selection = this.message_list.get_selection(); var id; for (var n=0; n<selection.length; n++) { @@ -1284,6 +1285,7 @@ function rcube_webmail() a_uids[a_uids.length] = this.env.uid; else { + var selection = this.message_list.get_selection(); var id; for (var n=0; n<selection.length; n++) { |
