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(=$comment_max?>); // 최대
} ?> @@ -279,9 +279,9 @@ var char_max = parseInt(=$comment_max?>); // 최대 } } - function comment_delete(url) + function comment_delete() { - if (confirm("이 댓글를 삭제하시겠습니까?")) location.href = url; + return confirm("이 댓글을 삭제하시겠습니까?"); } comment_box('', 'c'); // 댓글 입력폼이 보이도록 처리하기위해서 추가 (root님)