From 8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 10 Jul 2013 02:47:10 -0400 Subject: [PATCH] Enable fixed message list header in classic skin --- program/js/list.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/list.js b/program/js/list.js index e8f7210..f4bc425 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -181,7 +181,7 @@ if (!this.fixed_header) { this.fixed_header = $('<table>') - .attr('class', this.list.className) + .attr('class', this.list.className + ' fixedcopy') .css({ position:'fixed' }) .append(clone) .append('<tbody></tbody>'); -- Gitblit v1.9.1