mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 1022, fixed a bug, redirect to index module after manage document on page has url of XE/mid/document_srl rewrite format.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10417 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
190eb6e3ab
commit
e29775378c
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;
|
||||
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