로그인 버튼 오류 수정
@a7af1d249c14eb2e65bef252b05ca1b1d2bdb240
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1588,7 +1588,7 @@ |
| 1588 | 1588 |
<label for="password_text" class="label"></label> |
| 1589 | 1589 |
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}">
|
| 1590 | 1590 |
<label for="login_button" class="label"></label> |
| 1591 |
- <button type="button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button> |
|
| 1591 |
+ <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button> |
|
| 1592 | 1592 |
</div> |
| 1593 | 1593 |
<div class="login_save"> |
| 1594 | 1594 |
<input type="checkbox" id="save_id" name="checkId"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?