This commit is contained in:
James 2020-03-29 10:17:50 +01:00
parent 8616ae1efb
commit b2a89015b3

View File

@ -188,7 +188,7 @@ function draw_table(){
// display the table
$("#table_container").append(table);
$("#hc_table thead").clone().css('postition','fixed').prependTo("#hc_table");
$("#hc_table thead").clone().css('position','fixed').prependTo("#hc_table");
//enable highlighting
$("#hc_table td").on("mouseover", function() {