Sfoglia il codice sorgente

Remove spurious variable

tags/v0.0.4
Fen Dweller 5 anni fa
parent
commit
e014a68c6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Vedi File

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

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



Loading…
Annulla
Salva