remove double call
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user