Ver código fonte

Remove spurious variable

tags/v0.0.4
Fen Dweller 5 anos atrás
pai
commit
e014a68c6e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Ver arquivo

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

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



Carregando…
Cancelar
Salvar