summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-16 18:55:02 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-16 18:55:02 +0200
commit5c74e86eeefceee188265f626a4318c9f2d06001 (patch)
treed24b0add25825d1c4e87d907624afcf016fde400 /program/js/app.js
parentf7ac79ced509f4823d8346beb975cd0c14de8599 (diff)
Fix messages list column dragging after changing column/sort settings
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js2
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++) {