diff --git a/WebContent/jsp/onl/transaction/apim/apiSpecManPopup.jsp b/WebContent/jsp/onl/transaction/apim/apiSpecManPopup.jsp index c34dd06..1243177 100644 --- a/WebContent/jsp/onl/transaction/apim/apiSpecManPopup.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiSpecManPopup.jsp @@ -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 자동 생성"); }