From 2a249d421a4e61f8d532c8914969777ae786131c Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Thu, 16 Feb 2017 12:30:44 +1300 Subject: [PATCH] bug fix: wallet header buttons hide/show was showing same state as per previous wallet selection --- assets/scripts/dashboard.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/scripts/dashboard.js b/assets/scripts/dashboard.js index 78618c6..96be7df 100644 --- a/assets/scripts/dashboard.js +++ b/assets/scripts/dashboard.js @@ -724,6 +724,9 @@ function resizeDashboardWindow() { function edexCoinBtnAction() { $('.edexcoin-logo').click(function() { $( "#edexcoin_send_coins_back_btn" ).trigger( "click" ); + $('#btn_edexcoin_dashboard').hide(); + $('#btn_edexcoin_send').show(); + $('#btn_edexcoin_recieve').show(); //console.log($(this).data('edexcoincode')); //console.log($(this).data('edexcoinmodecode')) var selected_coin = $(this).data('edexcoincode')