You should use the location.reload(true), which will release the cache for that specific page and force the page to load as a NEW page.
The true parameter forces the page to release it’s cache.
You should use the location.reload(true), which will release the cache for that specific page and force the page to load as a NEW page.
The true parameter forces the page to release it’s cache.