Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Hash not working in Chrome Reply To: Hash not working in Chrome

#169144

I found the problem, it conflicted with a history.pushState function and I was able to fix it by simply adding +location.hash to it. Though this seems kind of hacky to me since this function is only executed after the document is loaded and does not alter the HTML of the page. Nevertheless thank you for your reply!