This commit is contained in:
KNKIM 2021-11-29 11:06:42 +09:00
commit bb81195a05

View File

@ -30,11 +30,12 @@ $(document).ready(function() {
if(previousPage == "alreadySignUpPopup") if(previousPage == "alreadySignUpPopup")
{ {
document.getElementById("cancle").setAttribute("onClick", "fn_cancle()"); document.getElementById("cancle").setAttribute("onClick", "fn_cancle()");
document.getElementById("findCancle").setAttribute("onClick", "fn_cancle()");
}else }else
{ {
document.getElementById("cancle").setAttribute("onClick", "fn_closeLayerPopup()"); document.getElementById("cancle").setAttribute("onClick", "fn_closeLayerPopup()");
document.getElementById("findCancle").setAttribute("onClick", "fn_closeLayerPopup()");
} }
}); });
var mailDoubleSubmitFlag = false; 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-color" onclick="goFindPw();">확인</button>
<button type="button" class="btn btn-gray close" id="cancle">취소</button> <button type="button" class="btn btn-gray close" id="cancle">취소</button>
</div> </div>
<button type="button" class="find-close" onclick="fn_closeLayerPopup();"></button> <button type="button" class="find-close" id="findCancle"></button>
</div> </div>
<div class="Bg"></div> <div class="Bg"></div>
</form> </form>