From accdd0c29100d20266b186d986d973248dbb9710 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 19 Jan 2011 07:55:44 -0500
Subject: [PATCH] Fix list column add/removal in IE (#1487703)
---
program/js/app.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/program/js/app.js b/program/js/app.js
index e7af013..6be8103 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -4845,6 +4845,7 @@
}
th.appendChild(tr);
thead.parentNode.replaceChild(th, thead);
+ thead = th;
}
for (n=0, len=this.env.coltypes.length; n<len; n++) {
--
Gitblit v1.9.1