diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-16 18:55:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-16 18:56:28 +0200 |
commit | 85f756737f7d90ed11d3d152fa1af2a684a951ae (patch) | |
tree | d7d514a3665d34d5c028959b125ef6a70da7c107 /program/js/app.js | |
parent | 73c702c4d1391ac37ed37669aa07adb79b768e98 (diff) |
Fix messages list column dragging after changing column/sort settings
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index ed97d1916..e7b73cdf4 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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++) { |