mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-02-06 04:02:14 -06:00
Active nav link state not showing #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DilsonsPickles on GitHub.
Run locally the active nav link renders blue:

This doesn't appear to be happening in our staging environment.
function getUrlPath(url) { const parts = url.split("/"); return "/" + parts[parts.length - 1]; }Add console.log to above code to check what getUrlPath is returning on staging