From 681fbc1f2384bfd55b9dc2beed5eb6e49444b614 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, 28 May 2021 15:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=90=8E=E5=B0=B1=E4=B8=8D=E6=96=AD=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 6a601d35..968bfe65 100644 --- a/script.js +++ b/script.js @@ -860,7 +860,7 @@ function loadData(force = false) checkFormationBox(); function checkFormationBox() { - if (formationBox) + if (formationBox.querySelector('.teams')) { reloadFormationData(); clearInterval(formationBoxHook);