Fix: player password 2~6 digits

This commit is contained in:
2018-10-16 20:38:11 +09:00
parent e6c9dd95f1
commit ede509e250
4 changed files with 77 additions and 19 deletions
@@ -99,7 +99,7 @@ function onErrorPlayerPW(message) {
<label for="entercode" class="col-sm-3 col-form-label">입장 번호</label>
<div class="col-sm-9">
<input type="text" class="form-control col-sm-9" id="entercode" placeholder="입장 번호 입력">
<small class="form-text text-muted">4~6자리의 숫자</small>
<small class="form-text text-muted">2~6자리의 숫자</small>
<button type="button" class="col-sm-7 btn btn-primary btn-lg mt-3" onClick="addPlayer()">추가</button>
</div>
</div>