Thomas Bruederli
2013-07-10 8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4
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>');