ogallagher / wordsearch_generator

Multilingual wordsearch (word search) generator
https://wordsearch.dreamhosters.com
MIT License
6 stars 2 forks source link

Prevent caching of wordsearch webserver component+data requests #37

Closed ogallagher closed 2 years ago

ogallagher commented 2 years ago

For example, if I add a new alphabet to alphabets.json I don't want the cached version to be used, but should fetch a new one from the server.

ogallagher commented 2 years ago

I've not tested the solution, but it seems straightforward to just add cache: false to these jquery ajax requests.