Skip to content

Commit

Permalink
just realized is the API which do not return the sponsored posts #85
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Jul 21, 2018
1 parent fdd44c3 commit ec7f0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/webscripts/personal.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function renderSponsoredGraph(content, targetId) {
});

if(_.size(content) < 2)
curtesyGraph("Sorry! We have too few data, so far, to display this graph. Checks other tabs", targetId);
curtesyGraph("Sponsored post graph is termporarly disable!", targetId);
else if(_.size(g) === 1)
curtesyGraph("Sorry! We have too few data, so far, to display this graph. Checks other tabs", targetId);
else
Expand Down

0 comments on commit ec7f0f6

Please sign in to comment.