Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
gorge
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
9
Wiki
Atividade
Ver código fonte
Remove spurious variable
tags/v0.0.4
Fen Dweller
5 anos atrás
pai
c3f5a724f3
commit
e014a68c6e
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar