공백지 생성은 가능. 추가 버그 확인 중
This commit is contained in:
+2
-2
@@ -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';
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user