jiwoo 2023-07-24
이지우 - 사용자 카카오 템플릿 미리보기 원복 (text > html)
@69c8266d8f490d97a40b69bf10b2c0e559ddd706
src/main/webapp/js/kakao/templateComm.js
--- src/main/webapp/js/kakao/templateComm.js
+++ src/main/webapp/js/kakao/templateComm.js
@@ -23,9 +23,9 @@
 		$('.nowChar').text(conLeng + " /");
 		$('.template_text').show();
 		if(repContent != ''){
-			$('.template_text').text(repContent);
+			$('.template_text').html(repContent);
 		}else{
-			$('.template_text').text("내용 미리보기");
+			$('.template_text').html("내용 미리보기");
 		}
 		
 	}
Add a comment
List