diff --git a/safesite/templates/datashow2.html b/safesite/templates/datashow2.html index 9e468d14..768c31aa 100644 --- a/safesite/templates/datashow2.html +++ b/safesite/templates/datashow2.html @@ -354,7 +354,7 @@ '' }); $('.tbl-body tbody').html(str); - $('.tbl-header tbody').html(str); + //$('.tbl-header tbody').html(str); if (Items.length > 10) { $('.tbl-body tbody').html($('.tbl-body tbody').html() + $('.tbl-body tbody').html()); $('.tbl-body').css('top', '0');