From 3341a8ce5156e34e2beafd0b3f2e30cb84c3a795 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Wed, 3 Dec 2025 14:00:38 +0900 Subject: [PATCH] =?UTF-8?q?api=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20UR?= =?UTF-8?q?L=20=EC=88=98=EC=A0=95=20=EC=83=98=ED=94=8C=5F=EC=98=88?= =?UTF-8?q?=EC=A7=80=5Fe2=20->=20r3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp b/src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp index e1e5911b..3b2b494e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp @@ -10,7 +10,7 @@ $(document).ready(function(){ // click tag에 data-info="" 값 가져옴 var type = $(this).data('info'); // var downUrl = ""; - var downUrl = ""; + var downUrl = ""; downUrl = downUrl.replace('type', type); location.href = downUrl; });