Merge branch 'jsp'
This commit is contained in:
commit
ff44e9a527
@ -134,7 +134,7 @@ function getMjMsgGroupInfoByResend() {
|
||||
}
|
||||
|
||||
// 문자내용
|
||||
if (smsTxt.lastIndexOf("(광고)") != -1) {
|
||||
if (smsTxt.indexOf("(광고)") == 0) {
|
||||
$('#send_adYnY').prop('checked', true);
|
||||
|
||||
//광고 상하단 내용 넣어주기
|
||||
|
||||
Loading…
Reference in New Issue
Block a user