BUG FIX – Game Picker Filtered Listing
Before the holiday I noticed that the game listing in the Game Picker 9000 didn’t clear on submission. If the user performed a submission with the box unchecked, then checked the box and submitted again, the result would have both played and unplayed games in the listing. In order for the filter to work properly, you’d have to refresh the browser every time you toggled the checkbox. Thankfully the solution turned out to be a one-line fix. Emptying the outputList element at the top of each list generation ensures that the only results are games from the freshest API pull.