diff --git a/public/assets/my.js b/public/assets/my.js
index 692d3b2..833e63a 100644
--- a/public/assets/my.js
+++ b/public/assets/my.js
@@ -1510,14 +1510,15 @@
if (!nex) $('tkNexusLocked').textContent = 'Unlocks at Nexus: five qualifying buyers. Then you get team triage across three levels with one-click nudges, AI-drafted team broadcasts, credit grants to your people, a co-branded join page and your own partner code.';
else { loadTkTeam(); renderTkPartner(r); }
}
+ let tkVidTimer = null;
async function loadTkVideos(r) {
const box = $('tkVideos');
if (!r.videoMaker) { box.innerHTML = '
The Video Maker is warming up on the server. Check back shortly.
'; return; }
if (!r.username) { box.innerHTML = '
Pick a username first (Profile); it goes on the end card.
'; return; }
try {
const v = await (await fetch('/api/my/toolkit/videos')).json(); if (v.error) return;
- box.innerHTML = v.list.map(x => '
' + tkEsc(x.title) + '' + (x.status === 'done' ? 'Download ' : x.status === 'queued' || x.status === 'working' ? 'Rendering, about a minute. It appears here when done.' : '') + '