From 71998db716202140160d72a39a5192b6aa01431f Mon Sep 17 00:00:00 2001 From: jity7777 Date: Wed, 4 May 2022 01:49:18 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=205903=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20FO/Views/Home/Index.cshtml?= =?UTF-8?q?=20=20-=20=EC=8A=B9=EA=B8=89=20=EA=B5=90=EC=9C=A1=EC=9D=BC?= =?UTF-8?q?=EB=95=8C=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Home/Index.cshtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml index fbadb34..9292761 100644 --- a/FO/Views/Home/Index.cshtml +++ b/FO/Views/Home/Index.cshtml @@ -369,6 +369,8 @@ $('#msSel' + (Number(num) + 1)).removeClass('disable'); $('#msSel' + (Number(num) + 1)).addClass('active'); + $("#msSel4 > span").text("현재등급") + let tempCnt = 0; $('#msSel' + (Number(num) + 1) + ' div ul li').each(function () { if ($(this).css("display") != 'none') { @@ -398,8 +400,8 @@ $("#liedu4").hide() if ($("#msSel3 > span").text() == "승급교육") { + $("#msSel4 > span").text("승급 후 등급") $("#ligrade01").hide() - $("#ligrade1").hide() } else if ($("#msSel3 > span").text() == "계속교육") {