피신청인 999명까지 추가 가능하도록 수정
This commit is contained in:
parent
e5362860c0
commit
916e0914ee
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
|
|
||||||
var areaCount = 1;
|
var areaCount = 1;
|
||||||
var maxCount = 5;
|
var maxCount = 999;
|
||||||
var existingIndices = [];
|
var existingIndices = [];
|
||||||
|
|
||||||
// 현재 존재하는 outerBoxB의 인덱스를 수집
|
// 현재 존재하는 outerBoxB의 인덱스를 수집
|
||||||
@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (existingIndices.length >= maxCount) {
|
if (existingIndices.length >= maxCount) {
|
||||||
alert("피신청인은 최대 5명까지 등록 가능합니다.");
|
alert("피신청인은 최대 999명까지 등록 가능합니다.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user