summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-19 12:55:44 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-19 12:55:44 +0000
commit7c130e883f916c69186defc43075319a14a5c397 (patch)
treec9c0aa7908bf6ec48def829ac81b73a2edb1c888
parentb50afff376400d3faf34733e0c2c7fef9fe55ef3 (diff)
Fix list column add/removal in IE (#1487703)
git-svn-id: https://svn.roundcube.net/trunk@4426 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index e7af013fc..6be810396 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -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++) {