Skip to content

Commit

Permalink
from steemd to api
Browse files Browse the repository at this point in the history
  • Loading branch information
joticajulian committed Jan 10, 2018
1 parent 90cdc5d commit d172a99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/steem_activity.1.2.js
Expand Up @@ -48,9 +48,10 @@ var firstPlot = true;
var firstText = true;

function loadFollowersActivity(){
steem.api.getConfig(function(err, response){
/*steem.api.getConfig(function(err, response){
console.log(err, response);
});
});*/
steem.api.setOptions({ url: 'https://api.steemit.com'});

var account = getQuery();

Expand Down

0 comments on commit d172a99

Please sign in to comment.