정수빈 정수빈 02-10
팝업 닫기 클릭 시 메인으로 이동
@d5af105ef96e753a5c832d2ee740d16a5e6240b2
src/main/webapp/publish/sub_election_v2025.html
--- src/main/webapp/publish/sub_election_v2025.html
+++ src/main/webapp/publish/sub_election_v2025.html
@@ -40,6 +40,9 @@
 		$(function(){
 
 			$(".mask").addClass("on");
+			$(".alert_layer_popup").find(".tooltip-close.fill_gray").click(function(){
+				location.href="/web/main/mainPage.do"
+			})
 			
 			// 즉시/예약 시 예약설정 노출
 			$("[name=reserYn]").change(function(){
@@ -295,7 +298,7 @@
                     </table>
                 </div>
                 <div class="btn_wrap popup">
-                	<button type="button" class="btnType fill_blue tooltip-close" onclick="confirmAlert();">등록</button>
+                	<button type="button" class="btnType fill_blue tooltip-close" onclick="confirmAlert();$('.alert_layer_popup').hide();">등록</button>
                     <button type="button" class="btnType fill_gray tooltip-close" data-focus="candidate_popup01-close" data-focus-next="alert_layer_popup">닫기</button>                      
                 </div>
 			</div>
Add a comment
List