Fix list column add/removal in IE (#1487703)

release-0.6
thomascube 14 years ago
parent 1bcb2f3d8d
commit accdd0c291

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

Loading…
Cancel
Save