Fix messages list column dragging after changing column/sort settings

pull/88/head
Aleksander Machniak 11 years ago
parent 73c702c4d1
commit 85f756737f

@ -5872,7 +5872,7 @@ function rcube_webmail()
}
th.appendChild(tr);
thead.parentNode.replaceChild(th, thead);
thead = th;
list.thead = thead = th;
}
for (n=0, len=this.env.coltypes.length; n<len; n++) {

Loading…
Cancel
Save