중간반영

This commit is contained in:
2019-01-24 03:34:03 +09:00
parent e3af89b001
commit 1ee3c49011
2 changed files with 47 additions and 1 deletions
+2
View File
@@ -98,6 +98,8 @@ function drawLetter(letterObj){
//TODO: 국가명, 수뇌명 입력
$letter.find('.date').text(letterObj.date);
$letter.find('.letterNo').text('#'+letterObj.no);
$letter.find('.srcNation').text(letterObj.aux[''])
$letter.find('.brief').html(nl2br(escapeHtml(letterObj.brief)));
$letter.find('.detail').html(nl2br(escapeHtml(letterObj.detail)));
//TODO: 바꿀 것