issue 23 after easy install, move location to easy install index page

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8436 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-02 09:40:22 +00:00
parent 05cc65433e
commit bd21901d55

View file

@ -21,7 +21,9 @@ function doInstallPackage(package_srl) {
}
function completeUpdateNoMsg(ret_obj) {
location.reload();
//location.reload();
var src = current_url.setQuery('act', 'dispAutoinstallAdminIndex');
location.href = src;
}
function completeInstall(ret_obj) {