비밀번호찾기시 마이페이지, 회원가입 계정통합시 닫기버튼 함수구분

This commit is contained in:
JSYOO 2021-11-29 11:03:23 +09:00
parent 8bd69879d7
commit 001d09859b

View File

@ -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>