관련 뉴스 8239 페이지
21,063
2021-07-19
188
0
0
21,059
2021-07-19
158
0
0
21,058
2021-07-19
248
0
0
21,056
2021-07-19
161
0
0
21,051
2021-07-19
112
0
0
21,050
2021-07-19
130
0
0
21,049
2021-07-19
400
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}