From 85f756737f7d90ed11d3d152fa1af2a684a951ae 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') 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