미디어

미디어

방송, 영상, 라디오 등 미디어를 통한 자유로운 글을 쓰는 게시판

전체 0



번호 제목 작성자 작성일 추천 조회

// 바깥 클릭 시 닫힘 document.addEventListener('click', function(e) { const target = e.target; if (!target.closest('.kboard-author-dropdown')) { document.querySelectorAll('.kboard-author-menu').forEach(menu => { menu.style.display = 'none'; }); } });