랜임 모드 버그 수정

This commit is contained in:
2018-10-24 00:54:18 +09:00
parent 2c98777b9f
commit bfff1d9e2f
7 changed files with 24 additions and 8 deletions
+2 -2
View File
@@ -159,8 +159,8 @@ if($session->userGrade < 5 && !$allowReset){
<label class="btn btn-secondary active">
<input type="radio" name="join_mode" value="full" checked>일반
</label>
<label class="btn btn-secondary active">
<input type="radio" name="join_mode" value="onlyRandom" checked>랜덤 임관
<label class="btn btn-secondary">
<input type="radio" name="join_mode" value="onlyRandom">랜덤 임관
</label>
</div>
</div>