diff --git a/public/join.js b/public/join.js index ed06507..9084de5 100644 --- a/public/join.js +++ b/public/join.js @@ -137,6 +137,17 @@ // clear the stage: hide everything, including the nav's competing buttons Array.prototype.forEach.call(main.children,function(el){el.style.display='none';}); var nav=document.querySelector('.nav-actions'); if(nav)nav.style.display='none'; + // The brand mark stays as a signature, but "Premium Team Build" is insider + // vocabulary the hook hasn't earned yet, and the homepage link is an exit + // ramp off the sponsor's /join path. + var tag=document.getElementById('brandProgram'); if(tag)tag.style.display='none'; + var brand=document.querySelector('.brand'); if(brand){brand.removeAttribute('href');brand.style.cursor='default';} + // Footer: keep the disclaimer text and the legal links only. + Array.prototype.forEach.call(document.querySelectorAll('.footer-links a'),function(l){ + if(!/^\/(disclaimer|privacy|refunds)$/.test(l.getAttribute('href')||''))l.style.display='none'; + }); + // payouts.js holds its proof toasts until the hook video has finished. + document.documentElement.setAttribute('data-squeeze','1'); var s=document.createElement('section'); s.className='hero wrap'; s.innerHTML='