mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@34 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
679e241d4f
commit
976f4f4074
8 changed files with 118 additions and 97 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue