Browse Source

enabled history, balance, and rates api

master
Satinder Grewal 8 years ago
parent
commit
457a56a9b3
  1. 6
      assets/scripts/dashboard.js

6
assets/scripts/dashboard.js

@ -211,7 +211,7 @@ var Dashboard = function() {
clearInterval(ExecuteShowCoinHistory); clearInterval(ExecuteShowCoinHistory);
console.log('=> No wallet logged in. No need to Run History.'); console.log('=> No wallet logged in. No need to Run History.');
} else { } else {
//ShowCoinHistory(historyvalues); ShowCoinHistory(historyvalues);
//console.log('wallet widget refereshed (every 1 seconds)'); //console.log('wallet widget refereshed (every 1 seconds)');
//Show Coin Progress Bars //Show Coin Progress Bars
ShowCoinProgressBar(AllcoinsDataOutput[value][index]); ShowCoinProgressBar(AllcoinsDataOutput[value][index]);
@ -257,7 +257,7 @@ var Dashboard = function() {
} else { } else {
handleWalletWidgets(); handleWalletWidgets();
handleWalletSendRec(); handleWalletSendRec();
//TotalFiatValue(); TotalFiatValue();
} }
/*setInterval(function() { /*setInterval(function() {
@ -270,7 +270,7 @@ var Dashboard = function() {
console.log('=> No wallet logged in. No need to get Rates.'); console.log('=> No wallet logged in. No need to get Rates.');
StopTotalFiatValue(); StopTotalFiatValue();
} else { } else {
//TotalFiatValue(); TotalFiatValue();
//console.log('Get Rates (every 60 seconds)'); //console.log('Get Rates (every 60 seconds)');
} }
}, 1000); }, 1000);

Loading…
Cancel
Save