forked from organicmaps/website
parent
db615c7341
commit
9b0569e915
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<div class="donate_buttons">
|
||||
<a href="https://t.me/OrganicMapsRu/23361"><img id="telegramRu" style="display: none;" src="/images/donates/mir.svg" alt="Telegram по карте МИР в рублях"></a>
|
||||
<a href="https://donate.organicmaps.ru"><img id="mir" style="display: none;" src="/images/donates/mir.svg" alt="По карте МИР в рублях"></a>
|
||||
<a href="https://t.me/OrganicMapsRu/23361"><img id="telegramRu" style="display: none;" src="/images/donates/telegram.svg" alt="Telegram по карте МИР в рублях"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}"><img src="/images/donates/visa.svg" alt="Credit/Debit Card"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}"><img src="/images/donates/apple.svg" alt="Apple Pay"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}"><img src="/images/donates/google.svg" alt="Google Play"></a>
|
||||
|
@ -37,8 +38,10 @@
|
|||
}
|
||||
|
||||
if (HasLanguage('ru')) {
|
||||
document.getElementById('mir').style.display = null;
|
||||
document.getElementById('telegramRu').style.display = null;
|
||||
// Disable two unpopular methods to keep the number of methods constant
|
||||
document.getElementById('eps').style.display = 'none';
|
||||
document.getElementById('sofort').style.display = 'none';
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue