mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1516 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
409f27eda1
commit
a930cfef27
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="{getUrl('act','dispBlogReplyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_reply}]</a>
|
||||
<a href="{getUrl('act','dispBlogReplyComment','comment_srl',$val->comment_srl,'document_srl',$document->document_srl)}">[{$lang->cmd_reply}]</a>
|
||||
|
||||
<!--@if($val->is_granted)-->
|
||||
<a href="{getUrl('act','dispBlogModifyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_modify}]</a>
|
||||
|
|
|
|||
|
|
@ -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','');
|
||||
}
|
||||
|
||||
/* 댓글 삭제 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue