대량문자
This commit is contained in:
parent
46993e81ad
commit
1789876703
@ -2081,7 +2081,7 @@ function advMsgInsert(){
|
|||||||
$(preAdvStr).insertBefore('.none_txt');
|
$(preAdvStr).insertBefore('.none_txt');
|
||||||
$(preAdvDenyStr).insertAfter('.realtime');
|
$(preAdvDenyStr).insertAfter('.realtime');
|
||||||
|
|
||||||
//$('#smsTxtArea').val(advStr + "\r\n" + contents + "\r\n" + advDenyStr);
|
// $('#smsTxtArea').val(advStr + "\r\n" + contents + "\r\n" + advDenyStr);
|
||||||
|
|
||||||
|
|
||||||
}else{ //광고 및 무료수신거부 텍스트 삭제
|
}else{ //광고 및 무료수신거부 텍스트 삭제
|
||||||
@ -2110,8 +2110,10 @@ function fnByteString(contents){
|
|||||||
var adTxtLeng = 0;
|
var adTxtLeng = 0;
|
||||||
var denyTxtLeng = 0;
|
var denyTxtLeng = 0;
|
||||||
var adverTxt = $('.ad_txt').html();
|
var adverTxt = $('.ad_txt').html();
|
||||||
|
console.log('adverTxt : ', adverTxt);
|
||||||
var denyTxt = $('.deny_txt').html();
|
var denyTxt = $('.deny_txt').html();
|
||||||
totRows = tableL.getRows().length;
|
console.log('denyTxt : ', denyTxt);
|
||||||
|
// totRows = tableL.getRows().length;
|
||||||
|
|
||||||
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서)
|
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서)
|
||||||
if(typeof adverTxt !='undefined' && adverTxt != null){
|
if(typeof adverTxt !='undefined' && adverTxt != null){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user