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);
-
+

- +