From 176461db263119e793bd751080e6cbec9341286e Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Fri, 11 Nov 2016 15:10:34 +1300 Subject: [PATCH] extcoin-menu data attributes updated --- assets/scripts/kmd_wallet_dashboard.js | 3 ++- assets/scripts/sidebar.js | 12 ++++++++++++ index.html | 20 ++++++++++---------- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/assets/scripts/kmd_wallet_dashboard.js b/assets/scripts/kmd_wallet_dashboard.js index f327472..8bfffc5 100644 --- a/assets/scripts/kmd_wallet_dashboard.js +++ b/assets/scripts/kmd_wallet_dashboard.js @@ -3,7 +3,8 @@ var KMDWalletDashboard = function() { var handle_KMD_Dashboard = function() { $('#btn_kmd_wallet_dashboard').click(function() { - //console.log('kmd wallet dashbaord button clicked...'); + console.log('kmd wallet dashbaord button clicked...'); + console.log($(this).data()); $('#kmd_wallet_dashoard_section').show(); $('#kmd_wallet_dashboardinfo').show(); $('#kmd_wallet_send').hide(); diff --git a/assets/scripts/sidebar.js b/assets/scripts/sidebar.js index 1063cd6..b8c9a6c 100644 --- a/assets/scripts/sidebar.js +++ b/assets/scripts/sidebar.js @@ -68,6 +68,11 @@ $('#nav-easydex').on('click', function() { }); $('#nav-komodo-wallet').on('click', function() { + NProgress.done(true); + NProgress.configure({ + template: '
' + }); + NProgress.start(); $('#section-dashboard').hide(); $('#header-dashboard').hide(); $('#section-easydex').hide(); @@ -89,9 +94,15 @@ $('#nav-komodo-wallet').on('click', function() { applyKMDWalletStyle(); //removeZECWalletStyle(); CommonSidebarActionsSet02(); + NProgress.done(); }); $('#nav-zcash-wallet').on('click', function() { + NProgress.done(true); + NProgress.configure({ + template: '
' + }); + NProgress.start(); $('#section-dashboard').hide(); $('#header-dashboard').hide(); $('#section-easydex').hide(); @@ -112,6 +123,7 @@ $('#nav-zcash-wallet').on('click', function() { applyZECWalletStyle(); //removeKMDWalletStyle(); CommonSidebarActionsSet02(); + NProgress.done(); }); $('#nav-iguana-atomic-explorer').on('click', function() { diff --git a/index.html b/index.html index 75d02be..fc9d5b5 100755 --- a/index.html +++ b/index.html @@ -376,13 +376,13 @@
@@ -390,10 +390,10 @@