mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 1022 fixed bug problem of document move
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
24a48d68fc
commit
5f94ecaaac
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ function doManageDocument(type) {
|
|||
/* 선택된 글의 삭제 또는 이동 후 */
|
||||
function completeManageDocument(ret_obj) {
|
||||
if(opener) {
|
||||
opener.window.location.href = opener.window.current_url.setQuery('document_srl','');
|
||||
opener.window.location.href = opener.window.current_url;
|
||||
}
|
||||
alert(ret_obj['message']);
|
||||
window.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue