대량문자
This commit is contained in:
parent
46993e81ad
commit
1789876703
@ -2110,8 +2110,10 @@ function fnByteString(contents){
|
||||
var adTxtLeng = 0;
|
||||
var denyTxtLeng = 0;
|
||||
var adverTxt = $('.ad_txt').html();
|
||||
console.log('adverTxt : ', adverTxt);
|
||||
var denyTxt = $('.deny_txt').html();
|
||||
totRows = tableL.getRows().length;
|
||||
console.log('denyTxt : ', denyTxt);
|
||||
// totRows = tableL.getRows().length;
|
||||
|
||||
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서)
|
||||
if(typeof adverTxt !='undefined' && adverTxt != null){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user