Fix: run test player in the _blank

This commit is contained in:
2018-07-08 23:01:38 +09:00
parent b34e62c4ea
commit a322d0c4c3
2 changed files with 15 additions and 3 deletions
+8 -1
View File
@@ -158,7 +158,14 @@ function register_account() {
</select>
<br/>
<br/>
<input id="check_accept_clauses" type="checkbox" name="accept_clauses">아래 약관을 읽었으며, 모든 내용에 동의합니다.<br/>
<span>
<input type="checkbox" id="check_accept_clauses" />
<label for="check_accept_clauses">아래 약관을 읽었으며, 모든 내용에 동의합니다.</label>
</span>
<input id="check_accept_clauses" type="checkbox" name="accept_clauses"><br/>
<br/>
<br/>