mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Possibility to collapsed threads with persistance
This commit is contained in:
@@ -248,7 +248,6 @@ var SOGoDataTableInterface = {
|
||||
j++, i++) {
|
||||
var row = this.rowModel.cloneNode(true);
|
||||
this.rowRenderCallback(row, data[j], true);
|
||||
row.show();
|
||||
this.body.insertBefore(row, this.rowBottom);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user