From 568c7779b6b02ad5bf948081da4663ec0e8d8865 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 26 Jan 2019 06:56:19 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=AF=B8?= =?UTF-8?q?=EC=99=84=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/diplomacy.js | 3 ++- hwe/t_diplomacy.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hwe/js/diplomacy.js b/hwe/js/diplomacy.js index a18fbbd0..9399459a 100644 --- a/hwe/js/diplomacy.js +++ b/hwe/js/diplomacy.js @@ -160,7 +160,8 @@ function drawLetter(idx, letterObj){ .attr('id', 'letter_'+letterObj.no); $letter.find('.letterHeader').css(targetColor); - $letter.find('.date').text(letterObj.date); + $letter.find('.letterNationName').text(targetNation.nationName); + $letter.find('.letterDate').text(letterObj.date); $letter.find('.letterNo').text('#'+letterObj.no); var stateText = { diff --git a/hwe/t_diplomacy.php b/hwe/t_diplomacy.php index 55c53404..061c3ecb 100644 --- a/hwe/t_diplomacy.php +++ b/hwe/t_diplomacy.php @@ -84,7 +84,7 @@ var permissionLevel = ; //