- Issue created by @al0a
If you click on a contextual link where the element uses 'cardLink' function, the click triggers and goes to the detail page instead of opening contextual link.
Log in, and click on eg a teaser that getes the cardlink logic applied.
Add check so it triggers the contextual links, eg
if (e.target.classList.contains('.contextual') || $(e.target).parent('.contextual').length) { return; }
Active
3.0
Code