donejs / bitballs

A basketball tourney application.
https://donejs.com/bitballs.html
MIT License
11 stars 17 forks source link

Game removed from localStorage set #162

Closed justinbmeyer closed 8 years ago

justinbmeyer commented 8 years ago

If you go to a tournaments page that has 4 games, then navigate to a game. Refresh the game page. In localStorage, you'll see a set like:

gameCache/set/{"where":{"tournamentId":2}}

It will only have 3 games in it. Somehow, going to the game details page is removing the game from the list of games.