회원가입중 취소시 메인으로
This commit is contained in:
parent
930a500b26
commit
fbc2402bc5
@ -520,7 +520,7 @@ function calcAge(birth) {
|
||||
}
|
||||
|
||||
function fn_cancel(){
|
||||
document.joinForm.action ="/member/selectMemberJoiningInfo.do";
|
||||
document.joinForm.action ="/";
|
||||
document.joinForm.submit();
|
||||
}
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ function snsCertForm(){
|
||||
}
|
||||
|
||||
function cancle(){
|
||||
location.href="${pageContext.request.contextPath}/login/memberSnsForm.do";
|
||||
location.href="${pageContext.request.contextPath}/";
|
||||
}
|
||||
</script>
|
||||
<!-- 회원가입 섹션 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user