Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 145 forks source link

Fix tabs if deep-linked to non-tab anchor #541

Closed MattIPv4 closed 4 years ago

MattIPv4 commented 4 years ago

Description

If a user deep-linked to an anchor on the page that wasn't a tab, the tabs would all hide themselves. This fixes that.

Test process

Go to /details#spam, observe tabs are still visible.

Go to /details#companies, observe correct tab is shown.

Requirements to merge