mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#18626387 : remove document_srl after removing, or moving document to trash
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
17631ad77f
commit
6c3800ccd9
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ function doManageDocument(type) {
|
|||
|
||||
/* 선택된 글의 삭제 또는 이동 후 */
|
||||
function completeManageDocument(ret_obj) {
|
||||
if(opener) opener.window.location.reload();
|
||||
if(opener) {
|
||||
opener.window.location.href = opener.window.current_url.setQuery('document_srl','');
|
||||
}
|
||||
alert(ret_obj['message']);
|
||||
window.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue