관련 뉴스 8881 페이지
11,433
2021-05-10
190
0
0
11,431
2021-05-10
237
0
0
11,424
2021-05-10
293
0
0
11,420
2021-05-10
106
0
0
11,419
2021-05-10
111
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}