Promo tools: drop the printable handouts section and /flyers page

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-09 06:12:00 -05:00
parent f3f9662d99
commit f717acad97
8 changed files with 6 additions and 2465 deletions
-3
View File
@@ -143,9 +143,6 @@ window.IAPPromo = (function () {
d.appendChild(body); ob.appendChild(d);
}
}
// handouts link
if ($('flyersOpen')) $('flyersOpen').href = '/flyers' + (token ? '?ref=' + encodeURIComponent(token) : '');
try { if (token) localStorage.setItem('iap.ref', String(token)); } catch (e) {}
}
return { fill, POSTS, TEXTS, SWIPES, OBJECTIONS };