Skip to content

Commit

Permalink
Create unhide.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareScreamYT authored May 2, 2024
1 parent 7c71aa3 commit 9c92b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unhide.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
for (ingredient in ingredients) {
ingredients[ingredient].hidden = false;
}

0 comments on commit 9c92b01

Please sign in to comment.