Explorar el Código

Oops, left a filter in that should not be there

tags/v1.0.0
Fen Dweller hace 6 años
padre
commit
84cbfe49b9
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

@@ -4290,7 +4290,7 @@ function grabFormData(form, warnings, panels, buttons, stats, parts) {
{
let sib = parent.previousSibling.previousSibling;

if (!sib.checked && form.id == "") {
if (!sib.checked) {
return;
}
}


Cargando…
Cancelar
Guardar