공백지 생성은 가능. 추가 버그 확인 중

This commit is contained in:
2018-03-31 14:13:19 +09:00
parent 8abe3bf638
commit f19707989b
8 changed files with 51 additions and 37 deletions
+2 -2
View File
@@ -159,13 +159,13 @@ function formSetup(){
deferred.reject('fail');
}
else{
alert('DB.php가 생성되었습니다.');
alert('게임이 리셋되었습니다.');
deferred.resolve();
}
return deferred.promise();
}).then(function(){
location.href = 'install.php';
//location.href = 'install.php';
});
});