From 0d5155edaf9a9cc767d2f2cb7b27fb201d6b65c6 Mon Sep 17 00:00:00 2001 From: itn Date: Tue, 19 Sep 2023 09:39:20 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=9E=90=EB=B0=9C=EC=86=A1=20?= =?UTF-8?q?=EC=84=9C=EB=B8=8C=ED=83=80=EC=9D=B4=ED=8B=80=20=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=EC=A0=84=EC=86=A1=20=3D>=20=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=EB=B0=9C=EC=86=A1=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp index 2317766e..39112d19 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp @@ -13,7 +13,7 @@ $(document).ready(function(){ // alert(${thrDptCateNo}); //기본 h2는 문자전송이나 검색을 통해서 문자전송 접속 시 h2를 문자타입과 키워드를 바탕으로 다시 뿌려줌 - $( 'h2' ).html("문자전송"); + //$( 'h2' ).html("문자발송"); if("${searchVO.letterType}" != "" && "${searchVO.searchKeyword}" != ""){ var letterType = ""; @@ -24,7 +24,7 @@ }else{ letterType = "그림"; } - $( 'h2' ).html(letterType+" 문자전송 - "+ "${searchVO.searchKeyword}"); + $( 'h2' ).html(letterType+" 문자발송 - "+ "${searchVO.searchKeyword}"); } });