Thomas Bruederli
2013-07-12 f6777712dc8c8ed2316e2926e98bb081e3785e40
Enable fixed list header in IE7, too. Seems to work after some testing
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -157,7 +157,7 @@
      $(this.list.tHead).replaceWith($(this.fixed_header).find('thead').clone());
      $(this.list.tHead).find('tr td').attr('style', '');  // remove fixed widths
    }
    else if (!bw.ie7 && this.list.className.indexOf('fixedheader') >= 0) {
    else if (this.list.className.indexOf('fixedheader') >= 0) {
      this.init_fixed_header();
    }