mirror of
https://github.com/CristianCruz0309/juego_secreto.git
synced 2026-08-15 10:57:59 +00:00
Buttons not responding in uploaded game (6a60fa3e0206be093c22291c)
This commit is contained in:
@@ -72,4 +72,7 @@ function reiniciarJuego() {
|
||||
document.querySelector('#reiniciar').setAttribute('disabled','true');
|
||||
}
|
||||
|
||||
condicionesIniciales();
|
||||
condicionesIniciales();
|
||||
|
||||
document.getElementById('intentar').addEventListener('click', VerificarIntento);
|
||||
document.getElementById('reiniciar').addEventListener('click', reiniciarJuego);
|
||||
Reference in New Issue
Block a user