From b2a89015b33dc67fbeaa0fc488f560cda618f9df Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 10:17:50 +0100 Subject: [PATCH] d --- heatcalc/heatcalc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {