rhymix/modules/install/tpl/js/install.js

6 lines
144 B
JavaScript

function procInstall(ret_obj) {
var error = ret_obj["error"];
var message = ret_obj["message"];
alert(message);
location.href = "./";
}