Browse Source

Remove spurious variable

tags/v0.0.4
Fen Dweller 5 years ago
parent
commit
e014a68c6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js View File

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


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




Loading…
Cancel
Save