From 5c74e86eeefceee188265f626a4318c9f2d06001 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 16 Jun 2013 18:55:02 +0200 Subject: Fix messages list column dragging after changing column/sort settings --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/app.js') 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