From a922f900462f760b84b048d034b7d9b7bf07e355 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 13 Nov 2021 16:48:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=90=EC=9C=A8=ED=84=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20'=EC=9B=94'=20=ED=91=9C=EA=B8=B0=20=EB=B9=A0?= =?UTF-8?q?=EC=A7=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/ts/main.ts b/hwe/ts/main.ts index d20be46b..f51ab353 100644 --- a/hwe/ts/main.ts +++ b/hwe/ts/main.ts @@ -85,7 +85,7 @@ $(function ($) { const brief = turnInfo.brief != '휴식'? turnInfo.brief :'자율 행동'; const autorunTooltip = `${brief}자율 행동 수행기간: ${autorunLimitYear}년 ${autorunLimitMonth}까지자율 행동 기간: ${autorunLimitYear}년 ${autorunLimitMonth}월까지`; $turn_text.html(autorunTooltip); initTooltip($turn_text);