diff --git a/index.html b/index.html
index 0849d35..1657f7c 100644
--- a/index.html
+++ b/index.html
@@ -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() {