install_db 과정에서 리셋 버그 수정

This commit is contained in:
2018-03-29 02:38:04 +09:00
parent 622ba5945a
commit 3b8c764544
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ $(document).ready( function () {
url:'j_install_db.php',
dataType:'json',
data:{
full_reset:$('#full_reset').val(),
full_reset:$('#full_reset input:radio:checked').val(),
db_host:$('#db_host').val(),
db_port:$('#db_port').val(),
db_id:$('#db_id').val(),