From 0ad9093d5beeafc4503f52bf61e6fc1afcbef994 Mon Sep 17 00:00:00 2001 From: JouChun Date: Sun, 5 May 2024 22:48:15 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=87=E6=8F=9B=E9=A0=81?= =?UTF-8?q?=E9=9D=A2=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_historyData2.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Frontend/_historyData2.html b/Frontend/_historyData2.html index 7c36816..6974d7c 100644 --- a/Frontend/_historyData2.html +++ b/Frontend/_historyData2.html @@ -208,7 +208,6 @@ hisFirst = true; var device_list = []; $(function () { - console.log(); flatpickr(".selectDate", { locale: "zh_tw", dateFormat: "Y-m-d", @@ -273,10 +272,8 @@ $("[name=subRadio]:checked").parent().removeClass("btn-secondary"); $("[name=subRadio]:checked").parent().addClass("btn-info"); subTag = subRadios.val(); //sub tag - if (pageAct.selectedSub !== subTag) { - pageAct.selectedSub = subTag; + pageAct.selectedSub = subTag; await getSidebar(subTag); - } result = true; }