문자재전송 광고 문자 관련 수정
@cb0ef5f314da04d0ecc39e7bdacd345558af60e6
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
... | ... | @@ -134,7 +134,7 @@ |
| 134 | 134 |
} |
| 135 | 135 |
|
| 136 | 136 |
// 문자내용 |
| 137 |
- if (smsTxt.lastIndexOf("(광고)") != -1) {
|
|
| 137 |
+ if (smsTxt.indexOf("(광고)") == 0) {
|
|
| 138 | 138 |
$('#send_adYnY').prop('checked', true);
|
| 139 | 139 |
|
| 140 | 140 |
//광고 상하단 내용 넣어주기 |
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?