mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@45 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1f8a69118
commit
cf9066af62
4 changed files with 9 additions and 22 deletions
|
|
@ -1,17 +0,0 @@
|
|||
/**
|
||||
* @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);
|
||||
location.href = "./";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue