대량문자

This commit is contained in:
hehihoho3@gmail.com 2024-12-18 15:42:06 +09:00
parent 46993e81ad
commit 1789876703

View File

@ -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){