ソースを参照

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);
}



読み込み中…
キャンセル
保存