Closed ogallagher closed 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.
alphabets.json
I've not tested the solution, but it seems straightforward to just add cache: false to these jquery ajax requests.
cache: false
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.