mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Redirect to URL with comment_srl after writing a new comment
This commit is contained in:
parent
9978388afb
commit
63daede292
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ function completeInsertComment(ret_obj)
|
|||
redirect(ret_obj.redirect_url);
|
||||
} else {
|
||||
var url = current_url.setQuery('mid',mid).setQuery('document_srl',document_srl).setQuery('act','');
|
||||
if (comment_srl) url = url.setQuery('rnd',comment_srl)+"#comment_"+comment_srl;
|
||||
if (comment_srl) url = url.setQuery('comment_srl',comment_srl)+"#comment_"+comment_srl;
|
||||
redirect(url);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue