From 512e83042d765880b16bae6da1121d2db2f3f683 Mon Sep 17 00:00:00 2001 From: daekuk Date: Fri, 5 Dec 2025 11:02:19 +0900 Subject: [PATCH] =?UTF-8?q?API=20SPEC=20=EC=98=A4=ED=83=80=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B8=ED=95=9C=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/onl/transaction/apim/apiSpecManPopup.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 자동 생성"); }