이지우 - 사용자 카카오 템플릿 미리보기 원복 (text > html)
This commit is contained in:
parent
1fbbba0915
commit
69c8266d8f
@ -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').text(repContent);
|
$('.template_text').html(repContent);
|
||||||
}else{
|
}else{
|
||||||
$('.template_text').text("내용 미리보기");
|
$('.template_text').html("내용 미리보기");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user