SyntaxFix
Write A Post
Hire A Developer
Questions
I had some problems with anchor/hash-urls (including #) not reloading using the solution from Rex...
So I finally ended up by removing the hash part:
window.location = window.location.href.split("#")[0];