mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Coin: Delete unused translation
This commit is contained in:
parent
a524397477
commit
4736a03a1e
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@
|
||||||
|
|
||||||
function convertCurrency(coin) {
|
function convertCurrency(coin) {
|
||||||
var currencyTON = {php echo OPENVK_ROOT_CONF['openvk']['preferences']['ton']['rate']};
|
var currencyTON = {php echo OPENVK_ROOT_CONF['openvk']['preferences']['ton']['rate']};
|
||||||
u(".coins_dialog_conv").nodes[0].innerHTML = tr("transfer_ton_currency_per_ton", coin * currencyTON);
|
u(".coins_dialog_conv").nodes[0].innerHTML = coin * currencyTON + " TON";
|
||||||
}
|
}
|
||||||
|
|
||||||
function showCoinsTopUpTroughTon() {
|
function showCoinsTopUpTroughTon() {
|
||||||
|
|
Loading…
Reference in a new issue