Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
clonk2u
/
stroll
forkato da
chemicalcrux/stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Oops, left a filter in that should not be there
tags/v1.0.0
Fen Dweller
7 anni fa
parent
014e988f39
commit
84cbfe49b9
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
E80B35A6F11C3656
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
Vedi File
@@ -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;
}
}
Write
Preview
Loading…
Annulla
Salva