programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

History doesn't work #36

Closed programsam closed 6 years ago

programsam commented 6 years ago

History used to work, I swear. The button seems to not do anything (it just goes to "Loading...")

programsam commented 6 years ago

For some reason when it was replying with [] empty Array, that was being treated like a string in the callback. Just have to parse it using JSON.parse().