mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1305 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d50cef81d4
commit
70fc113646
1 changed files with 1 additions and 8 deletions
|
|
@ -104,16 +104,9 @@ function completeReload(ret_obj) {
|
||||||
function completeInsertComment(ret_obj) {
|
function completeInsertComment(ret_obj) {
|
||||||
var error = ret_obj['error'];
|
var error = ret_obj['error'];
|
||||||
var message = ret_obj['message'];
|
var message = ret_obj['message'];
|
||||||
var mid = ret_obj['mid'];
|
|
||||||
var document_srl = ret_obj['document_srl'];
|
|
||||||
var comment_srl = ret_obj['comment_srl'];
|
|
||||||
|
|
||||||
var url = "./?mid="+mid+"&document_srl="+document_srl;
|
|
||||||
if(comment_srl) url += "#comment_"+comment_srl;
|
|
||||||
|
|
||||||
alert(message);
|
alert(message);
|
||||||
|
location.href = location.href;
|
||||||
location.href = url;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 댓글 삭제 */
|
/* 댓글 삭제 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue