wyh 2024-02-15
로그인 버튼 오류 수정
@a7af1d249c14eb2e65bef252b05ca1b1d2bdb240
src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
@@ -1588,7 +1588,7 @@
 		                        <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">
Add a comment
List