From 0727f8af5a456f4df42d04c1445799bf712167c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 27 Jun 2025 02:07:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=90=9C=E7=B4=A2=E6=97=B6?= =?UTF-8?q?=E4=B9=9F=E6=B8=85=E9=99=A4=E7=BB=93=E6=9E=9C=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 5a8e70ff..ff65f0cb 100644 --- a/script.js +++ b/script.js @@ -5348,9 +5348,10 @@ function initialize() { s_canLevelLimitBreakthrough.checked = false; s_have8LatentSlot.checked = false; - searchMonList.originalHeads = null; searchResultCount.setAttribute("data-search-result-count", 0); + searchResultCount.innerHTML = ''; searchMonList.innerHTML = ""; + searchMonList.originalHeads = null; sessionStorage.removeItem('search-options'); };