From 457a56a9b3def663cd912d9f3391aad6c427cc5e Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Sat, 15 Oct 2016 14:06:05 +1300 Subject: [PATCH] enabled history, balance, and rates api --- assets/scripts/dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/scripts/dashboard.js b/assets/scripts/dashboard.js index 89e7f4c..9a86a70 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]); @@ -257,7 +257,7 @@ var Dashboard = function() { } else { handleWalletWidgets(); handleWalletSendRec(); - //TotalFiatValue(); + TotalFiatValue(); } /*setInterval(function() { @@ -270,7 +270,7 @@ var Dashboard = function() { console.log('=> No wallet logged in. No need to get Rates.'); StopTotalFiatValue(); } else { - //TotalFiatValue(); + TotalFiatValue(); //console.log('Get Rates (every 60 seconds)'); } }, 1000);