diff --git a/heatcalc/heatcalc.js b/heatcalc/heatcalc.js index a348241..82a8159 100644 --- a/heatcalc/heatcalc.js +++ b/heatcalc/heatcalc.js @@ -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() {