mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
media
This commit is contained in:
@@ -6,7 +6,7 @@ const sliderDiv = document.getElementById('support-plans-slider')
|
|||||||
const tooltipFormat = {
|
const tooltipFormat = {
|
||||||
to: function (value) {
|
to: function (value) {
|
||||||
const price = pricingList[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 `
|
return `
|
||||||
<div class="plan-name">${price.name} Plan</div>
|
<div class="plan-name">${price.name} Plan</div>
|
||||||
<div>$${price.price}/month</div>
|
<div>$${price.price}/month</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user