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
//This variable was added. it does not exist in version 12
function () {
var e = {{element}}; // start with the clicked element
while(e && e.className != 'ga-scroll-tracking') 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