Merge branch 'jiwoo'

This commit is contained in:
jiwoo 2023-07-18 16:23:35 +09:00
commit 07a53c43e3

View File

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