Fix tab button JS: revert erroneous IIFE invocation that broke event wiring

This commit is contained in:
Marty Bostick
2026-07-29 22:02:18 +00:00
parent 5da48ae59e
commit e02193faae
+1 -1
View File
@@ -1949,7 +1949,7 @@ document.querySelectorAll('.tab-btn').forEach(btn => {
document.getElementById('tab-' + btn.dataset.tab).classList.add('active');
setTimeout(() => { if (chart1) chart1.resize(); if (chart2) chart2.resize(); if (chart3) chart3.resize(); }, 50);
});
})();
});
// ─── Load URL params (gift, self) into controls ────────
(function loadURLParams() {