itn 2023-09-19
문자발송 서브타이틀 문자전송 => 문자발송으로 변경
@0d5155edaf9a9cc767d2f2cb7b27fb201d6b65c6
src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp
+++ 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}");
 		}
 	});
 	
Add a comment
List