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:55:02 +0200 |
commit | 5c74e86eeefceee188265f626a4318c9f2d06001 (patch) | |
tree | d24b0add25825d1c4e87d907624afcf016fde400 /program | |
parent | f7ac79ced509f4823d8346beb975cd0c14de8599 (diff) |
Fix messages list column dragging after changing column/sort settings
Diffstat (limited to 'program')
-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 37aee8d88..cb08ce29d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5818,7 +5818,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++) { |