From 6eef11b1aa97afedefb98b933202c9708a439b9e Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 15 Mar 2013 16:53:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EC=82=AD=EC=A0=9C=20?= =?UTF-8?q?=EB=A3=A8=ED=8B=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/view_comment.skin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index da72cab1e..d2c6144a6 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -62,7 +62,7 @@ var char_max = parseInt(); // 최대 @@ -279,9 +279,9 @@ var char_max = parseInt(); // 최대 } } - function comment_delete(url) + function comment_delete() { - if (confirm("이 댓글를 삭제하시겠습니까?")) location.href = url; + return confirm("이 댓글을 삭제하시겠습니까?"); } comment_box('', 'c'); // 댓글 입력폼이 보이도록 처리하기위해서 추가 (root님)