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); --> + -->