settings update, latest win mm

This commit is contained in:
satindergrewal 2017-12-16 19:51:44 +13:00
parent eb5422b06c
commit 2694a7258d
3 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -625,11 +625,13 @@ function BarterDEXSettingsFn() {
$('.trading_method_options').hide();
$('#portfolio_chart_current').addClass(' col-sm-offset-3');
$('#portfolio_chart_target').hide();
$("a[href='#exchange_botlist']").parent().hide()
} else {
$('.btn-autogoalall').show();
$('.trading_method_options').show();
$('#portfolio_chart_current').removeClass('col-sm-offset-3');
$('#portfolio_chart_target').show();
$("a[href='#exchange_botlist']").parent().show();
}
if (barterDEX_settings.theme == 'dark') {

View File

@ -4373,7 +4373,7 @@ function bot_screen_sellcoin_balance(sig) {
} else {
var show_zcredits = '';
}
$('.trading_sellcoin_balance').html(data.coin.balance + ' <span style="font-size: 60%; font-weight: 100;">' + coin + '</span>' + show_zcredits + '<br><span style="font-size: 50%; font-weight: 200;">' + data.coin.smartaddress + '</span>');
$('.trading_sellcoin_balance').html(data.coin.balance + ' <span style="font-size: 60%; font-weight: 100;">' + coin + '</span>' + show_zcredits + '<br><span style="font-size: 50%; font-weight: 200;">' + data.coin.smartaddress + '</span> <!--<button class="btn btn-xs copysellcoinaddr"><i class="fa fa-clipboard" aria-hidden="true"></i></button>-->');
}
$('#balance-spinner').hide();
$('.balance-block').show();
@ -4463,7 +4463,7 @@ function bot_screen_coin_balance(sig) {
} else {
var show_zcredits = '';
}
$('.trading_coin_balance').html(data.coin.balance + ' <span style="font-size: 60%; font-weight: 100;">' + coin + '</span>' + show_zcredits + '<br><span style="font-size: 50%; font-weight: 200;">' + data.coin.smartaddress + '</span>');
$('.trading_coin_balance').html(data.coin.balance + ' <span style="font-size: 60%; font-weight: 100;">' + coin + '</span>' + show_zcredits + '<br><span style="font-size: 50%; font-weight: 200;">' + data.coin.smartaddress + '</span> <!--<button class="btn btn-xs btn-copycoinaddr"><i class="fa fa-clipboard" aria-hidden="true"></i></button>-->');
}
}