--- src/main/webapp/publish/sub_election_v2025.html
+++ src/main/webapp/publish/sub_election_v2025.html
... | ... | @@ -40,6 +40,9 @@ |
| 40 | 40 |
$(function(){
|
| 41 | 41 |
|
| 42 | 42 |
$(".mask").addClass("on");
|
| 43 |
+ $(".alert_layer_popup").find(".tooltip-close.fill_gray").click(function(){
|
|
| 44 |
+ location.href="/web/main/mainPage.do" |
|
| 45 |
+ }) |
|
| 43 | 46 |
|
| 44 | 47 |
// 즉시/예약 시 예약설정 노출 |
| 45 | 48 |
$("[name=reserYn]").change(function(){
|
... | ... | @@ -295,7 +298,7 @@ |
| 295 | 298 |
</table> |
| 296 | 299 |
</div> |
| 297 | 300 |
<div class="btn_wrap popup"> |
| 298 |
- <button type="button" class="btnType fill_blue tooltip-close" onclick="confirmAlert();">등록</button> |
|
| 301 |
+ <button type="button" class="btnType fill_blue tooltip-close" onclick="confirmAlert();$('.alert_layer_popup').hide();">등록</button>
|
|
| 299 | 302 |
<button type="button" class="btnType fill_gray tooltip-close" data-focus="candidate_popup01-close" data-focus-next="alert_layer_popup">닫기</button> |
| 300 | 303 |
</div> |
| 301 | 304 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?