You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var e = {{element}}; // start with the clicked element
while(e && e.className != 'view view-stanford-magazine-issue-most-recent view-id-stanford_magazine_issue_most_recent view-display-id-block hero-curtain view-dom-id-ad11176cbddf99b8cf99bba9f74dc2c7') e=e.parentElement; // check “up” the hierarchy until we find a nav-bar right element or we’ve reach the top of the document
return e!==null; // return true if the clicked element is a child of NAV