diff options
author | thomascube <thomas@roundcube.net> | 2011-01-19 12:55:44 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-19 12:55:44 +0000 |
commit | accdd0c29100d20266b186d986d973248dbb9710 (patch) | |
tree | ba889824df1e7a8871b778c32b5e95c43f18eb4a /program/js | |
parent | 1bcb2f3d8d0e1f4cf1c018e4e18e04609dd054cd (diff) |
Fix list column add/removal in IE (#1487703)
Diffstat (limited to 'program/js')
-rw-r--r-- | 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 e7af013fc..6be810396 100644 --- a/program/js/app.js +++ b/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++) { |