mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
function procInstall(ret_obj) {
|
|
var error = ret_obj["error"];
|
|
var message = ret_obj["message"];
|
|
alert(message);
|
|
location.href = "./";
|
|
}
|