문자발송 서브타이틀 문자전송 => 문자발송으로 변경

This commit is contained in:
itn 2023-09-19 09:39:20 +09:00
parent a6ea2795ff
commit 0d5155edaf

View File

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