이지우 - 사용자 카카오 내용 미리보기 ex)카카오 템플릿 등록 : 미리보기 스크립트 html > text로 수정

This commit is contained in:
jiwoo 2023-07-18 16:21:15 +09:00
parent 2bc1bce7d4
commit c598a181cb

View File

@ -23,9 +23,9 @@ function setContentsLeng(contents){
$('.nowChar').text(conLeng + " /");
$('.template_text').show();
if(repContent != ''){
$('.template_text').html(repContent);
$('.template_text').text(repContent);
}else{
$('.template_text').html("내용 미리보기");
$('.template_text').text("내용 미리보기");
}
}