diff --git a/src/main/webapp/WEB-INF/jsp/nlib/member/initPasswordFormPopup.jsp b/src/main/webapp/WEB-INF/jsp/nlib/member/initPasswordFormPopup.jsp index 8d56f323..632832e6 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/member/initPasswordFormPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/member/initPasswordFormPopup.jsp @@ -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() - +