This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
Oops, left a filter in that should not be there
tags/v1.0.0
Fen Dweller
6 years ago
parent
014e988f39
commit
84cbfe49b9
No known key found for this signature in database
GPG Key ID:
E80B35A6F11C3656
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View 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…
Cancel
Save