비밀번호찾기시 마이페이지, 회원가입 계정통합시 닫기버튼 함수구분
This commit is contained in:
parent
8bd69879d7
commit
001d09859b
@ -30,11 +30,12 @@ $(document).ready(function() {
|
||||
if(previousPage == "alreadySignUpPopup")
|
||||
{
|
||||
document.getElementById("cancle").setAttribute("onClick", "fn_cancle()");
|
||||
document.getElementById("findCancle").setAttribute("onClick", "fn_cancle()");
|
||||
}else
|
||||
{
|
||||
document.getElementById("cancle").setAttribute("onClick", "fn_closeLayerPopup()");
|
||||
document.getElementById("findCancle").setAttribute("onClick", "fn_closeLayerPopup()");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
var mailDoubleSubmitFlag = false;
|
||||
@ -123,7 +124,7 @@ function fn_cancle()
|
||||
<button type="button" class="btn btn-color" onclick="goFindPw();">확인</button>
|
||||
<button type="button" class="btn btn-gray close" id="cancle">취소</button>
|
||||
</div>
|
||||
<button type="button" class="find-close" onclick="fn_closeLayerPopup();"></button>
|
||||
<button type="button" class="find-close" id="findCancle"></button>
|
||||
</div>
|
||||
<div class="Bg"></div>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user