From 044d7d8127b6af8bb7e4920562ebdf99b304c6b4 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 06 1월 2022 10:58:58 +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