Ver código fonte

Oops, left a filter in that should not be there

tags/v1.0.0
Fen Dweller 6 anos atrás
pai
commit
84cbfe49b9
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver arquivo

@@ -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;
}
}


Carregando…
Cancelar
Salvar