From 38872385da998fc1b41fafdfd1969033eec8e3ed Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 30 Dec 2019 06:28:41 +0800 Subject: [PATCH] datashow2 --- safesite/templates/datashow2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');