diff options
Diffstat (limited to 'program/js')
-rw-r--r-- | 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 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 = $('<table>') - .attr('class', this.list.className) + .attr('class', this.list.className + ' fixedcopy') .css({ position:'fixed' }) .append(clone) .append('<tbody></tbody>'); |