I have a website with two tabs labeled as Home and Action.
When I hover over the Action tab, the URL changes to include #tab_action:
https://i.sstatic.net/OOD5S.png
Then, when I click on it, the related tab content opens:
https://i.sstatic.net/JdcGG.png
If I manually enter the URL:
localhost:8088/hse/public/observation/3/show#tab_action
It opens the Home tab instead of the Action tab.
Is there a way to make the above URL open the Action tab, just like when I click on the Action tab?