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

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 = "./";
}