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

This commit is contained in:
zero 2007-04-16 01:05:32 +00:00
parent 2efc96a061
commit 897b68879f
15 changed files with 24 additions and 6 deletions

View file

@ -0,0 +1,7 @@
/**
* @brief 설치 완료후 실행될 함수
*/
function completeInstalled(ret_obj) {
alert(ret_obj["message"]);
location.href = "./";
}