From ca33c3b2596efe26fc69df8170f888df755d1bc9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 4 May 2019 20:09:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=99=EC=9D=98=EC=97=90=20=EC=95=BD?= =?UTF-8?q?=EA=B0=84=EC=9D=98=20=ED=8E=B8=EC=9D=98=EC=84=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/js/select_npc.js | 6 +++++- hwe/select_npc.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hwe/js/select_npc.js b/hwe/js/select_npc.js index 829d1162..a3e07b1f 100644 --- a/hwe/js/select_npc.js +++ b/hwe/js/select_npc.js @@ -4,7 +4,7 @@ var templateGeneralCard =

\

<%leader%> / <%power%> / <%intel%>
\ <%specialText%> / <%special2Text%>

\ - \ + \ \ '; @@ -38,6 +38,10 @@ var templateGeneralRow = function pickGeneral(){ $btn = $(this); + if (!confirm('빙의할까요? : {0}'.format($btn.data('name')))) { + return false; + } + $.post({ url:'j_select_npc.php', dataType:'json', diff --git a/hwe/select_npc.php b/hwe/select_npc.php index 4b805620..70bc418f 100644 --- a/hwe/select_npc.php +++ b/hwe/select_npc.php @@ -102,11 +102,11 @@ history.go(-1);
-
+

- +