관련 뉴스 8708 페이지
14,028
2021-05-28
568
0
0
14,027
2021-05-28
152
0
0
14,026
2021-05-28
158
0
0
14,025
2021-05-28
136
0
0
14,021
2021-05-28
102
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}