#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:
haneul 2010-01-20 05:30:54 +00:00
parent 17631ad77f
commit 6c3800ccd9

View file

@ -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();
}