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

This commit is contained in:
zero 2007-02-15 04:43:20 +00:00
parent 679e241d4f
commit 976f4f4074
8 changed files with 118 additions and 97 deletions

View file

@ -1,4 +1,15 @@
function procInstall(ret_obj) {
/**
* @file install.js
* @author zero (zero@nzeo.com)
* @brief 초기 설치시 사용되는 script file
**/
/**
* @function installCompleted
* @param ret_obj ajax로 서버 call을 한후 return 받는 변수명
* @brief 설치 성공 서버에서 보내주는 메세지를 출력한 / redirect
**/
function installCompleted(ret_obj) {
var error = ret_obj["error"];
var message = ret_obj["message"];
alert(message);