git-svn-id: http://xe-core.googlecode.com/svn/trunk@1061 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 02:16:11 +00:00
parent 99021b62fa
commit 8833885ea0
16 changed files with 186 additions and 65 deletions

View file

@ -99,3 +99,9 @@ function doChangeCategory(sel_obj, url) {
if(!module_category_srl) location.href=url;
else location.href=url+'&module_category_srl='+module_category_srl;
}
/* 선택된 글의 삭제 또는 이동 후 */
function completeManageDocument(ret_obj) {
alert(ret_obj['message']);
window.close();
}