fix: 자율턴에서 '월' 표기 빠짐

This commit is contained in:
2021-11-13 16:48:49 +09:00
parent 4e7560b4ed
commit e6c3c9f1d4
+1 -1
View File
@@ -85,7 +85,7 @@ $(function ($) {
const brief = turnInfo.brief != '휴식'? turnInfo.brief :'자율 행동';
const autorunTooltip = `<span class="obj_tooltip" data-toggle="tooltip" data-placement="top"
><span style='color:#aaffff;'>${brief}</span
><span class="tooltiptext">자율 행동 수행기간: ${autorunLimitYear}${autorunLimitMonth}까지</span
><span class="tooltiptext">자율 행동 기간: ${autorunLimitYear}${autorunLimitMonth}까지</span
></span>`;
$turn_text.html(autorunTooltip);
initTooltip($turn_text);