From 1729aea2ff00437eee080ac0c00ebfd443b6614c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 13 Jun 2019 14:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=9B=E5=8C=96=E5=9E=8B?= =?UTF-8?q?=E4=B8=8D=E5=87=BA=E7=8E=B0=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 c417f6eb..18c522b0 100644 --- a/script.js +++ b/script.js @@ -476,7 +476,7 @@ function editBoxChangeMonId(id) var mType = monInfoBox.querySelectorAll(".monster-type li"); for (var ti=0;ti=0) { mType[ti].className = "type-name type-name-" + md.type[ti]; mType[ti].firstChild.className = "type-icon type-icon-" + md.type[ti];