program/js/list.js
@@ -195,6 +195,12 @@ var me = this; $(window).resize(function(){ me.resize() }); $(window).scroll(function(){ var w = $(window); me.fixed_header.css('marginLeft', (-w.scrollLeft()) + 'px'); if (!bw.webkit) me.fixed_header.css('marginTop', (-w.scrollTop()) + 'px'); }); } else { $(this.fixed_header).find('thead').replaceWith(clone); @@ -221,6 +227,8 @@ $(this.thead).find('tr td').each(function(index) { $(this).css('width', column_widths[index]); }); $(window).scroll(); }, /**