release-0.6
thomascube 18 years ago
parent baf135582d
commit f07394f209

@ -1450,11 +1450,15 @@ function rcube_webmail()
// reset selection first // reset selection first
this.clear_selection(); this.clear_selection();
for (var n in this.list_rows) { for (var n in this.list_rows)
{
if (!filter || this.list_rows[n][filter]==true) if (!filter || this.list_rows[n][filter]==true)
{
this.last_selected = n; this.last_selected = n;
this.highlight_row(n, true); this.highlight_row(n, true);
} }
}
return true; return true;
}; };

Loading…
Cancel
Save