gerisc01 / games-library

A repository for categorizing and ranking current games library
0 stars 1 forks source link

When adding a list, no add icon shows up when navigating to the list #13

Closed gerisc01 closed 8 years ago

gerisc01 commented 8 years ago

This seems to be happening because no id and empty list for the newly created list is being added to items.json when the list is created for the first time.

gerisc01 commented 8 years ago

Attempting to push the JSON object was not passing along empty arrays. Passing along the JSON string to write_db.php fixed this problem.