diff --git a/modules/blog/skins/default/comment.html b/modules/blog/skins/default/comment.html index 7f0e69627..63a0a19a1 100644 --- a/modules/blog/skins/default/comment.html +++ b/modules/blog/skins/default/comment.html @@ -43,7 +43,7 @@ - [{$lang->cmd_reply}] + [{$lang->cmd_reply}] [{$lang->cmd_modify}] diff --git a/modules/blog/skins/default/js/blog.js b/modules/blog/skins/default/js/blog.js index 2c5116fd8..2cb5b1a33 100644 --- a/modules/blog/skins/default/js/blog.js +++ b/modules/blog/skins/default/js/blog.js @@ -106,7 +106,7 @@ function completeInsertComment(ret_obj) { var message = ret_obj['message']; alert(message); - location.href = location.href; + location.href = current_url.setQuery('comment_srl','').setQuery('act',''); } /* 댓글 삭제 */