관련 뉴스 8477 페이지
17,491
2021-06-24
106
0
0
17,489
2021-06-24
118
0
0
17,488
2021-06-24
117
0
0
17,487
2021-06-24
122
0
0
17,484
2021-06-24
115
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}