Files
PM_test/views/main/jsm/officialDoc/index.js
2026-06-12 17:14:03 +09:00

12 lines
446 B
JavaScript

import * as docSocketManager from './docSocketManager.js';
import { initDocSlider, initCategoryClicked, initCustomSelectBoxes, activateSelectUI, showInstructions } from './docPageRenderer.js';
// 셀렉트박스 클릭 이벤트
await initCustomSelectBoxes();
activateSelectUI();
// 카테고리 클릭 이벤트
initCategoryClicked();
// 화면 위아래 슬라이드
initDocSlider();
// 설정모달: 초기화면 도움말
showInstructions();