install시 자동 폐쇄 추가.

This commit is contained in:
2018-04-01 22:59:22 +09:00
parent 117643f592
commit e1f646daa5
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ function formSetup(){
return deferred.promise();
}).then(function(){
//location.href = 'install.php';
location.href = '..';
});
});