mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
function procInstall(ret_obj, response_tags) {
|
|
var error = ret_obj['error'];
|
|
var message = ret_obj['message'];
|
|
alert(message);
|
|
location.href = "./";
|
|
}
|