From 8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 10 Jul 2013 08:47:10 +0200 Subject: Enable fixed message list header in classic skin --- program/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/list.js b/program/js/list.js index e8f72107c..f4bc42566 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -181,7 +181,7 @@ init_fixed_header: function() if (!this.fixed_header) { this.fixed_header = $('') - .attr('class', this.list.className) + .attr('class', this.list.className + ' fixedcopy') .css({ position:'fixed' }) .append(clone) .append(''); -- cgit v1.2.3