summaryrefslogtreecommitdiff
path: root/program/js/list.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-02 16:35:12 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-02 16:35:12 +0200
commitd58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 (patch)
treee5a6313654f1475a2d83d60a6d3c03c667c5035b /program/js/list.js
parent22a2c5e0eefcea8572f2ab5ad2e5a22789b6f555 (diff)
Some more improvemements on content structure, text representation and keyboard navigation within the mail view
Diffstat (limited to 'program/js/list.js')
-rw-r--r--program/js/list.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/js/list.js b/program/js/list.js
index 0bf5d568b..65d4a9260 100644
--- a/program/js/list.js
+++ b/program/js/list.js
@@ -274,11 +274,10 @@ clear: function(sel)
this.rows = {};
this.rowcount = 0;
+ this.last_selected = 0;
if (sel)
this.clear_selection();
- else
- this.last_selected = 0;
// reset scroll position (in Opera)
if (this.frame)