22.01.2026, 13:58
Replace window.location = '/apps/' with this, change 123 to the real plan ID:
Code:
if (window.showPlan) {
window.showPlan(123)
}
else {
window.location = '/apps/'
}