SyntaxFix
Write A Post
Hire A Developer
Questions
Adding this to my redirect page fixed the problem for me ...
if (window.location.href.indexOf('#_=_') > 0) { window.location = window.location.href.replace(/#.*/, ''); }