소스 검색

Remove spurious variable

tags/v0.0.4
Fen Dweller 5 년 전
부모
커밋
e014a68c6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js 파일 보기

@@ -642,7 +642,7 @@ function clickPopup(text, type, location) {
body.appendChild(div);

setTimeout(() => {
body.removeChild(div);choice
body.removeChild(div);
}, 2000);
}



불러오는 중...
취소
저장