문자발송 서브타이틀 문자전송 => 문자발송으로 변경
@0d5155edaf9a9cc767d2f2cb7b27fb201d6b65c6
--- src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/CateThrDptListAjax.jsp
... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 |
$(document).ready(function(){
|
| 14 | 14 |
// alert(${thrDptCateNo});
|
| 15 | 15 |
//기본 h2는 문자전송이나 검색을 통해서 문자전송 접속 시 h2를 문자타입과 키워드를 바탕으로 다시 뿌려줌 |
| 16 |
- $( 'h2' ).html("문자전송");
|
|
| 16 |
+ //$( 'h2' ).html("문자발송");
|
|
| 17 | 17 |
|
| 18 | 18 |
if("${searchVO.letterType}" != "" && "${searchVO.searchKeyword}" != ""){
|
| 19 | 19 |
var letterType = ""; |
... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 |
}else{
|
| 25 | 25 |
letterType = "그림"; |
| 26 | 26 |
} |
| 27 |
- $( 'h2' ).html(letterType+" 문자전송 - "+ "${searchVO.searchKeyword}");
|
|
| 27 |
+ $( 'h2' ).html(letterType+" 문자발송 - "+ "${searchVO.searchKeyword}");
|
|
| 28 | 28 |
} |
| 29 | 29 |
}); |
| 30 | 30 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?