로그인 버튼 오류 수정
This commit is contained in:
parent
6641efc543
commit
a7af1d249c
@ -1588,7 +1588,7 @@ function actionLogin() {
|
||||
<label for="password_text" class="label"></label>
|
||||
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}">
|
||||
<label for="login_button" class="label"></label>
|
||||
<button type="button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button>
|
||||
<button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button>
|
||||
</div>
|
||||
<div class="login_save">
|
||||
<input type="checkbox" id="save_id" name="checkId">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user