Put the curiosity-video arsenal inside the Circle Method (use with Lesson 3), personalize tools links from training

This commit is contained in:
martbost
2026-08-22 07:57:39 -05:00
parent a7cdc1731b
commit 8f4aa96fa5
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -12,3 +12,7 @@ fetch('/api/public/config').then(function(r){return r.json()}).then(function(c){
var el=document.getElementById('fundUsdNote');
if(el&&c.polUsd>0){var pol=(c.premiumEntryPol||362)+23;el.textContent=' — about $'+Math.round(pol*c.polUsd)+' at today’s price';}
}).catch(function(){});
// carry the member's saved id onto tools links so promo assets arrive personalized
try{var tid=localStorage.getItem('rmc.toolsId')||localStorage.getItem('ctb.myId');
if(tid&&/^\d+$/.test(tid))document.querySelectorAll('a[href="/tools"]').forEach(function(a){a.href='/tools?id='+tid;});}catch(e){}