검도 커뮤니티 E-검도에 오신 것을 환영합니다.

본문 바로가기

미등록페이지

마이홈
쪽지
맞팔친구
팔로워
팔로잉
스크랩
TOP
DOWN
게시판 전체검색
// 모달창을 닫은 후 리로드 function close_modal_and_reload() { close_modal(); document.location.reload(); } function close_modal() { $('.modal').modal('hide'); }