SyntaxFix
Write A Post
Hire A Developer
Questions
Try to use:
location.reload(true);
When this method receives a true value as argument, it will cause the page to always be reloaded from the server. If it is false or not specified, the browser may reload the page from its cache.
true
More info: