Fix tab button JS: revert erroneous IIFE invocation that broke event wiring
This commit is contained in:
+1
-1
@@ -1949,7 +1949,7 @@ document.querySelectorAll('.tab-btn').forEach(btn => {
|
|||||||
document.getElementById('tab-' + btn.dataset.tab).classList.add('active');
|
document.getElementById('tab-' + btn.dataset.tab).classList.add('active');
|
||||||
setTimeout(() => { if (chart1) chart1.resize(); if (chart2) chart2.resize(); if (chart3) chart3.resize(); }, 50);
|
setTimeout(() => { if (chart1) chart1.resize(); if (chart2) chart2.resize(); if (chart3) chart3.resize(); }, 50);
|
||||||
});
|
});
|
||||||
})();
|
});
|
||||||
|
|
||||||
// ─── Load URL params (gift, self) into controls ────────
|
// ─── Load URL params (gift, self) into controls ────────
|
||||||
(function loadURLParams() {
|
(function loadURLParams() {
|
||||||
|
|||||||
Reference in New Issue
Block a user