From 5c74e86eeefceee188265f626a4318c9f2d06001 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 16 Jun 2013 12:55:02 -0400
Subject: [PATCH] Fix messages list column dragging after changing column/sort settings

---
 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 37aee8d..cb08ce2 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5818,7 +5818,7 @@
         }
         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++) {

--
Gitblit v1.9.1