From 916e0914ee6cd6dd7e36426c0e31cc72166a3797 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 12 Dec 2024 15:49:36 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=BC=EC=8B=A0=EC=B2=AD=EC=9D=B8=20999?= =?UTF-8?q?=EB=AA=85=EA=B9=8C=EC=A7=80=20=EC=B6=94=EA=B0=80=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/_extra/web/user/mediation/mediationStep04_1.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_1.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_1.jsp index 31132eb2..d31b23fd 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_1.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_1.jsp @@ -31,7 +31,7 @@ var areaCount = 1; - var maxCount = 5; + var maxCount = 999; var existingIndices = []; // 현재 존재하는 outerBoxB의 인덱스를 수집 @@ -52,7 +52,7 @@ } if (existingIndices.length >= maxCount) { - alert("피신청인은 최대 5명까지 등록 가능합니다."); + alert("피신청인은 최대 999명까지 등록 가능합니다."); return false; }