remove double call

This commit is contained in:
Your Name
2026-04-11 17:07:08 -03:00
parent 11586c08b6
commit c06fa1d91f
-3
View File
@@ -407,9 +407,6 @@
btn.textContent = "Add 1 Year"; btn.textContent = "Add 1 Year";
btn.disabled = false; btn.disabled = false;
btn.classList.add("is-current-plan"); btn.classList.add("is-current-plan");
btn.addEventListener("click", function () {
buyProduct("extend-" + meta.productId);
});
} }
} else if (idx < currentIdx) { } else if (idx < currentIdx) {
// Lower tier hide entirely // Lower tier hide entirely