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}"); } });