From 95445d8f8af94835b6384c239b19caca2d0adb00 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 5 May 2018 22:46:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=99=EC=9D=98=EC=B0=BD=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EB=A7=8C=EB=A3=8C=20=ED=9B=84=20=EB=8B=A4=EB=A5=B8=20?= =?UTF-8?q?=EC=9E=A5=EC=88=98=20=EB=B3=B4=EA=B8=B0=20=EC=8B=9C=20=EC=95=88?= =?UTF-8?q?=EB=B3=B4=EC=9D=B4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/select_npc.js | 3 ++- hwe/select_npc.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hwe/js/select_npc.js b/hwe/js/select_npc.js index eae34bc7..31646829 100644 --- a/hwe/js/select_npc.js +++ b/hwe/js/select_npc.js @@ -67,7 +67,8 @@ function updatePickMoreTimer(){ function printGenerals(value){ $('.card_holder').empty(); - $('#valid_until_text').html(value.validUntil).data('until', (new Date(value.validUntil)).getTime()).show().css('color','white'); + $('#valid_until').show(); + $('#valid_until_text').html(value.validUntil).data('until', (new Date(value.validUntil)).getTime()).css('color','white'); $('#outdate_token').hide(); var time = Date.now() + value.pickMoreSeconds*1000; $('#btn_pick_more').data('available', time).prop('disabled',true); diff --git a/hwe/select_npc.php b/hwe/select_npc.php index ee13d4f8..f6808847 100644 --- a/hwe/select_npc.php +++ b/hwe/select_npc.php @@ -32,7 +32,7 @@ $nations = $db->queryAllLists('SELECT `name`, scoutmsg, color FROM nation'); - + @@ -78,7 +78,7 @@ history.go(-1);
장수 빙의
-( 까지 유효)- 만료 -
+(까지 유효)- 만료 -