관련 뉴스 9643 페이지

본문 바로가기

관련 뉴스

게시판 전체검색
// 모달창을 닫은 후 리로드 function close_modal_and_reload() { close_modal(); document.location.reload(); } function close_modal() { $('.modal').modal('hide'); }