Aleksander Machniak
2013-06-16 85f756737f7d90ed11d3d152fa1af2a684a951ae
Fix messages list column dragging after changing column/sort settings
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -5872,7 +5872,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++) {