Thomas Bruederli
2014-05-27 d4d62ac414a3ba706fb65c581581c419a90d5ac9
program/js/list.js
@@ -213,6 +213,7 @@
  if (!this.fixed_header) {
    this.fixed_header = $('<table>')
      .attr('class', this.list.className + ' fixedcopy')
      .attr('role', 'presentation')
      .css({ position:'fixed' })
      .append(clone)
      .append('<tbody></tbody>');