Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent caching in
startOver()
function
As the use of the `forceget` parameter in `window.location.reload()` isn't supported in most browsers[1], a query string must be appended to the location URL when refreshing the page. This commit adds a query string made up of random characters. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Location/reload#forceget
- Loading branch information