From ea336161b5f8fb01a6071202c6b05d3d2997fdd5 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, 2 Apr 2021 18:57:32 +0800 Subject: [PATCH] =?UTF-8?q?10=E8=BF=9E=E9=BE=99=E4=B8=8D=E8=83=BD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=AC=AC10=E4=B8=AA=E8=B6=85=E8=A7=89=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi.html | 3 ++- script.js | 1 - solo.html | 3 ++- triple.html | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/multi.html b/multi.html index a53e8991..226eac1f 100644 --- a/multi.html +++ b/multi.html @@ -926,7 +926,8 @@ var formation = new Formation(teamsCount,5); --> + --> diff --git a/script.js b/script.js index 84a074c9..f8b02216 100644 --- a/script.js +++ b/script.js @@ -422,7 +422,6 @@ class EvoTree const monName = evotPanel_R.appendChild(document.createElement("div")); monName.className = "monster-name"; monName.textContent = returnMonsterNameArr(this.card, currentLanguage.searchlist, currentDataSource.code)[0]; - console.log(monName.offsetWidth); const evotMaterials = evotPanel_R.appendChild(document.createElement("ul")); evotMaterials.className = "evo-materials"; diff --git a/solo.html b/solo.html index 9dcd9263..0d985b35 100644 --- a/solo.html +++ b/solo.html @@ -806,7 +806,8 @@ var formation = new Formation(teamsCount,6); --> + --> diff --git a/triple.html b/triple.html index 9be4445c..68b75d5e 100644 --- a/triple.html +++ b/triple.html @@ -1663,7 +1663,8 @@ var formation = new Formation(teamsCount,6); --> + -->