토글스위치 스크립트 수정

This commit is contained in:
hehihoho3@gmail.com 2024-11-22 15:25:15 +09:00
parent fd471b0e55
commit 861c70c5b1

View File

@ -59,9 +59,9 @@ $(document).ready(function(){
if (!confirm("가입자 휴대폰번호로 본인인증 후 해제가 가능합니다. 해제 시 계정정보 유출에 따른 피해가 발생할 수 있으므로 이를 권장하지 않습니다.")) {
$(this).find("a.on").siblings("a").removeClass("on");
} else {
$(this).find("a.on").removeClass("on").siblings("a").addClass("on");
$(this).removeClass("on").addClass("off");
openKMCISWindow();
// $(this).find("a.on").removeClass("on").siblings("a").addClass("on");
// $(this).removeClass("on").addClass("off");
}
} else if($(this).find("a.on").text().trim() == "OFF") {
if (!confirm("보안로그인 설정 시 미리 등록한 IP로 접속하거나 휴대폰 SMS 추가 인증을 진행하셔야 합니다.")) {