Merge branch 'master' of http://docs.nculture.org:30000/nculture/iams.nlib
This commit is contained in:
commit
bb81195a05
@ -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