Skip to content

Commit

Permalink
Update delegation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ausbitbank committed Sep 13, 2017
1 parent 5f6747b commit dbb7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delegation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
items = data['_items'];
console.log(items);
$.each( items, function( key, value ) {
result+='<img src="https://img.steemconnect.com/@'+value['delegator']+'?size=50" class="avatar"> <strong>'+value['delegator']+'</strong> delegated '+value['vesting_shares']['amount']+' '+value['vesting_shares']['asset']+' to '+value['delegatee']+'<br /><em>'+value['timestamp']+'</em><br />';
result+='<img src="https://img.steemconnect.com/@'+value['account']+'?size=50" class="avatar"> <strong>'+value['delegator']+'</strong> delegated '+value['vesting_shares']['amount']+' '+value['vesting_shares']['asset']+' to '+value['delegatee']+'<br /><em>'+value['timestamp']+'</em><br />';
});
$("#results").html(result);
});
Expand Down

0 comments on commit dbb7b5f

Please sign in to comment.