I have 2 pages on a site. The first page has links that link to individual tabs using:
localhost/about/#tab-id-1
localhost/about/#tab-id-2
localhost/about/#tab-id-3
…etc
It works fine for opening up the page that contains the tabs (separate page), however it performs an anchor action. How can I disable this or make the user go to the top of the page at page load on a new page?