Explorar el Código

Remove spurious variable

tags/v0.0.4
Fen Dweller hace 5 años
padre
commit
e014a68c6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Ver fichero

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

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



Cargando…
Cancelar
Guardar