fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 85 forks source link

fix(chore): slashes in anchorpoints let into console error #285

Closed lubber-de closed 3 years ago

lubber-de commented 3 years ago

Description

Whenever a link to the docs contains a anchorpoint starting with a "#/" in the URL (used by the tab history plugin) this let into a console error, because jquery is not able to retrieve a matching element (runs into a console error itself)

Additionally when a non existing anchor was given the whole docs script broke

Screenshots

image slashhasherror

Closes

135