From 5c9d5407887f73d726f1673513bbcd96c85b376c Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 10:42:07 +0100 Subject: [PATCH] f --- heatcalc/heatcalc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heatcalc/heatcalc.js b/heatcalc/heatcalc.js index 3163134..0322794 100644 --- a/heatcalc/heatcalc.js +++ b/heatcalc/heatcalc.js @@ -65,10 +65,10 @@ define(["jquery"], function ($) { function check_scroll(){ // $("#hc_table thead.table").find('tr').eq(0).children().each(function(i, e){ - $($("#hc_table thead.fixed").find('tr').eq(0).children()[i]).css('display','inline-block').width($(e).width()); + $($("#hc_table thead.fixed").find('tr').eq(0).children()[i]).width($(e).width()); }); $("#hc_table thead.table").find('tr').eq(1).children().each(function(i, e){ - $($("#hc_table thead.fixed").find('tr').eq(1).children()[i]).css('display','inline-block').width($(e).width()); + $($("#hc_table thead.fixed").find('tr').eq(1).children()[i]).width($(e).width()); }); // make sure the left/right buttons are hidden if already at far left/right