홈페이지의 레이아웃 변경 및 그룹 추가 문제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5255 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-01-07 01:25:04 +00:00
parent 369ea86fe7
commit e3fcd08b26

View file

@ -296,4 +296,8 @@ function completeInsertGrant(ret_obj) {
function completeInsertPage(ret_obj) {
alert(ret_obj['message']);
location.reload();
}
function completeChangeLayout(ret_obj) {
location.reload();
}