This commit is contained in:
Zsolt Ero
2024-01-31 03:16:28 +01:00
parent 99c151f555
commit 7c5bf4e310

View File

@@ -6,7 +6,7 @@ const sliderDiv = document.getElementById('support-plans-slider')
const tooltipFormat = {
to: function (value) {
const price = pricingList[value]
const url = `https://support.openfreemap.org/checkout/buy/${price.lm_url}?media=0&desc=0&discount=0`
const url = `https://support.openfreemap.org/checkout/buy/${price.lm_url}?media=1&desc=0&discount=0`
return `
<div class="plan-name">${price.name} Plan</div>
<div>$${price.price}/month</div>