diff --git a/assets/scripts/kmd_wallet_dashboard.js b/assets/scripts/kmd_wallet_dashboard.js index b57eca6..6096bf8 100644 --- a/assets/scripts/kmd_wallet_dashboard.js +++ b/assets/scripts/kmd_wallet_dashboard.js @@ -252,5 +252,6 @@ function KMD_ProgressBar() { $('span[data-extcoin="' + extcoin + '"][id="extcoin-synced-blocks"]').text(getinfotmp.blocks); $('span[data-extcoin="' + extcoin + '"][id="extcoin-longestchain"]').text(getinfotmp.longestchain); $('span[data-extcoin="' + extcoin + '"][id="extcoin-connections"]').text(getinfotmp.connections); + $('#extcoin-wallet-activating-alert').hide(); } } \ No newline at end of file diff --git a/assets/scripts/sidebar.js b/assets/scripts/sidebar.js index cdc07cb..b5c5069 100644 --- a/assets/scripts/sidebar.js +++ b/assets/scripts/sidebar.js @@ -399,6 +399,7 @@ function applyKMDWalletStyle() { $('#jumblr_actions_header').hide(); $('#easydex_btc_btcd_balances_header').hide(); sessionStorage.setItem('NativeWalletActions', 'start'); + getTotalKMDBalance(); } function removeKMDWalletStyle() { @@ -424,6 +425,7 @@ function applyZECWalletStyle() { $('#jumblr_actions_header').hide(); $('#easydex_btc_btcd_balances_header').hide(); sessionStorage.setItem('NativeWalletActions', 'start'); + getTotalKMDBalance(); } function removeZECWalletStyle() { @@ -472,6 +474,7 @@ function applyACPAXWalletStyle() { $('#jumblr_actions_header').hide(); $('#easydex_btc_btcd_balances_header').hide(); sessionStorage.setItem('NativeWalletActions', 'start'); + getTotalKMDBalance(); } function removeACPAXWalletStyle() {