정수빈 정수빈 2024-11-19
2024/11/19 보안로그인 주석 추가
@f24aebf79f10ce6dfe90faac3bcb8d20a0d72da4
src/main/webapp/publish/mypage_index_2024.html
--- src/main/webapp/publish/mypage_index_2024.html
+++ src/main/webapp/publish/mypage_index_2024.html
@@ -22,6 +22,8 @@
 
 	<script>
 		$(function () {
+
+			// on/off 시 confirm 창 노출
 			$('.security_set .tab_depth1 a').click(function () {
 				if ($(this).text().trim() == "ON") {
 					confirm("보안로그인 설정 후 로그인 시, 등록한 휴대폰번호로 추가 인증이 진행됩니다")
@@ -29,10 +31,14 @@
 					confirm("가입자 휴대폰번호로 본인인증 후 해제가 가능하며, 보안로그인 설정을 해제함으로써 발생하는 손해에 대하여 회사는 책임지지 않습니다.")
 				}
 			})
+
+			// ip추가 버튼 클릭 시 tr 추가
 			$(".btn_ip_plus").click(function () {
 				var ipTr = '<tr><td><input type="text" class="input_text"></td><td><input type="text" class="input_text"></td><td>-</td><td><button type="button" class="btnType btnType5">등록</button></td></tr>';
 				$(".ip_table tbody").prepend(ipTr);
-			})
+			});
+
+			
 		})
 
 
Add a comment
List