From 35f7c70c387989ff734338527008ca0ff498cffe Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 12 1월 2022 15:20:50 +0900 Subject: [PATCH] "전체이슈" 일 경우 이슈 상세페이지에서 연관이슈 및 하위이슈 새로 추가 시 오류 수정 --- src/main/webapp/views/common/header.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html index 519dd8b..3ac7524 100644 --- a/src/main/webapp/views/common/header.html +++ b/src/main/webapp/views/common/header.html @@ -76,14 +76,14 @@ --> - <select class="form-control rounded width-80-p" +<!-- <select class="form-control rounded width-80-p" ng-model="$root.language" tabindex="-1" ng-change="$root.changeLocale($root.language)"> <option value="ko" translate="common.korean"> �븳援��뼱 </option> - <!--<option value="en" translate="common.english"> + <option value="en" translate="common.english"> �쁺�뼱 </option> <option value="ja" translate="common.japaneseLanguage"> @@ -91,8 +91,8 @@ </option> <option value="vi" translate="common.vietnamese"> 踰좏듃�궓�뼱 - </option>--> - </select> + </option> + </select>--> </div> </div> </div> -- Gitblit v1.8.0