초기 PM 소스 전체 업로드
This commit is contained in:
12
views/main/jsm/officialDoc/index.js
Normal file
12
views/main/jsm/officialDoc/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import * as docSocketManager from './docSocketManager.js';
|
||||
import { initDocSlider, initCategoryClicked, initCustomSelectBoxes, activateSelectUI, showInstructions } from './docPageRenderer.js';
|
||||
|
||||
// 셀렉트박스 클릭 이벤트
|
||||
await initCustomSelectBoxes();
|
||||
activateSelectUI();
|
||||
// 카테고리 클릭 이벤트
|
||||
initCategoryClicked();
|
||||
// 화면 위아래 슬라이드
|
||||
initDocSlider();
|
||||
// 설정모달: 초기화면 도움말
|
||||
showInstructions();
|
||||
Reference in New Issue
Block a user