API SPEC 오타로 인한 버그 수정
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
error: function (e) {
|
||||
alert(e.responseText);
|
||||
},
|
||||
complate: function() {
|
||||
complete: function() {
|
||||
$("[id^='btn_']").prop("disabled", false);
|
||||
$("#btn_save").text("수정");
|
||||
}
|
||||
@@ -277,7 +277,7 @@
|
||||
error: function(e) {
|
||||
alert(e.responseText);
|
||||
},
|
||||
complate: function() {
|
||||
complete: function() {
|
||||
$("[id^='btn_']").prop("disabled", false);
|
||||
$("#btn_delete").text("삭제");
|
||||
}
|
||||
@@ -309,7 +309,7 @@
|
||||
error: function(e) {
|
||||
alert("API 스펙 생성 중 오류가 발생했습니다: " + e.responseText);
|
||||
},
|
||||
complate: function() {
|
||||
complete: function() {
|
||||
$("[id^='btn_']").prop("disabled", false);
|
||||
$("#btn_generate_spec").text("SPEC 자동 생성");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user