UI refactoring module grant config

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11966 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-10-30 07:03:35 +00:00
parent b1abe7c745
commit 201489c9a4
3 changed files with 42 additions and 45 deletions

View file

@ -92,7 +92,7 @@ function doShowGrantZone() {
/* 권한 등록 후 알림 메세지 */
function completeInsertGrant(ret_obj) {
alert(ret_obj['message']);
// alert(ret_obj['message']);
location.reload();
}