관련 뉴스 8519 페이지
16,863
2021-06-21
113
0
0
16,862
2021-06-21
123
0
0
16,861
2021-06-21
115
0
0
16,860
2021-06-21
117
0
0
16,855
2021-06-21
126
0
0
16,853
2021-06-21
129
0
0
16,849
2021-06-21
138
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}