josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Prevent caching of /api/random #53

Closed josiah-wolf-oberholtzer closed 8 years ago

josiah-wolf-oberholtzer commented 8 years ago

Appears to affect Android.

Use $.ajax({..., cache: false}) ?

In fact, audit all async requests. The by-hand caching can maybe be dispensed with.

josiah-wolf-oberholtzer commented 8 years ago

Done in b9ee26074203454371f4228e565435424de1aaa2.