Iguana Walet Settings
+Page content goes here
+diff --git a/assets/scripts/dashboard.js b/assets/scripts/dashboard.js index 9a86a70..6fcbc79 100644 --- a/assets/scripts/dashboard.js +++ b/assets/scripts/dashboard.js @@ -211,7 +211,7 @@ var Dashboard = function() { clearInterval(ExecuteShowCoinHistory); console.log('=> No wallet logged in. No need to Run History.'); } else { - ShowCoinHistory(historyvalues); + //ShowCoinHistory(historyvalues); //console.log('wallet widget refereshed (every 1 seconds)'); //Show Coin Progress Bars ShowCoinProgressBar(AllcoinsDataOutput[value][index]); diff --git a/assets/scripts/sidebar.js b/assets/scripts/sidebar.js index a889b8c..28a7a19 100644 --- a/assets/scripts/sidebar.js +++ b/assets/scripts/sidebar.js @@ -4,10 +4,13 @@ $(document).ready(function() { $('#section-dashboard').show(); $('#header-dashboard').show(); $('#section-easydex').hide(); + $('#section-iguana-wallet-settings').hide(); $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( "" ).addClass( "active open" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); + $(".header-easydex-section").text("Dashboard") }); @@ -15,10 +18,13 @@ $('#nav-dashboard').on('click', function() { $('#section-dashboard').show(); $('#header-dashboard').show(); $('#section-easydex').hide(); + $('#section-iguana-wallet-settings').hide(); $('#section-about-iguana').hide(); $('#nav-dashboard').removeClass( "" ).addClass( "active open" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); + $(".header-easydex-section").text("Dashboard") }); $('#nav-easydex').on('click', function() { @@ -26,18 +32,37 @@ $('#nav-easydex').on('click', function() { $('#header-dashboard').hide(); $('#section-easydex').show(); $('#section-about-iguana').hide(); + $('#section-iguana-wallet-settings').hide(); $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); $('#nav-easydex').removeClass( "" ).addClass( "active open" ); + $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); + $(".header-easydex-section").text("EasyDEX") }); $('#nav-about-iguana').on('click', function() { $('#section-dashboard').hide(); $('#header-dashboard').hide(); $('#section-easydex').hide(); + $('#section-iguana-wallet-settings').hide(); $('#section-about-iguana').show(); $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-wallet-settings').removeClass( " active open" ).addClass( "" ); $('#nav-about-iguana').removeClass( "" ).addClass( "active open" ); + $(".header-easydex-section").text("About Iguana") +}); + +$('#nav-iguana-wallet-settings').on('click', function() { + $('#section-dashboard').hide(); + $('#header-dashboard').hide(); + $('#section-easydex').hide(); + $('#section-iguana-wallet-settings').show(); + $('#section-about-iguana').hide(); + $('#nav-dashboard').removeClass( " active open" ).addClass( "" ); + $('#nav-easydex').removeClass( " active open" ).addClass( "" ); + $('#nav-about-iguana').removeClass( " active open" ).addClass( "" ); + $('#nav-iguana-wallet-settings').removeClass( "" ).addClass( "active open" ); + $(".header-easydex-section").text("Wallet Settings") }); diff --git a/assets/scripts/walletsettings.js b/assets/scripts/walletsettings.js new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 5f38eb1..d870649 100755 --- a/index.html +++ b/index.html @@ -296,6 +296,12 @@
+Page content goes here
Page content goes here
+