From 71b0fc70092f4d97ef5649a9683da8c8033be74c Mon Sep 17 00:00:00 2001 From: eastargh Date: Thu, 2 Jul 2026 16:34:20 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=EB=B3=80=ED=99=98=EB=A7=8C?= =?UTF-8?q?=20=EC=9E=88=EB=8A=94=20=EA=B2=BD=EC=9A=B0,=20=EC=A0=84?= =?UTF-8?q?=EB=AC=B8=EB=B3=80=ED=99=98=20ON=EC=9C=BC=EB=A1=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp index 5a1313c..cf62c8a 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp @@ -486,6 +486,7 @@ } if(data.errResponseTransform != null && data.errResponseTransform != '' && data.errTransformYn == 'Y') { + $('#toggleTransformYn').bootstrapToggle('on'); $('#toggleErrTransformYn').bootstrapToggle('on'); $('#rowErrResponseTransform').show(); } else {