#19790379 license agreement validate

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8406 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-05-30 09:38:41 +00:00
parent 2cca2a7913
commit 9f92763988
2 changed files with 10 additions and 9 deletions

View file

@ -3,8 +3,13 @@
*/
function completeAgreement(ret_obj)
{
var url = current_url.setQuery('act', 'dispInstallCheckEnv');
location.href = url;
if(ret_obj['error'] != 0) {
alert(ret_obj['message']);
return;
} else {
var url = current_url.setQuery('act', 'dispInstallCheckEnv');
location.href = url;
}
}
function completeDBSetting(ret_obj) {