Skip to content

Commit

Permalink
List newest blocks first in table
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed May 19, 2014
1 parent 75243de commit f883d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
}
}
blocks.sort(function(a, b){
return a[1] - b[1];
return b[1] - a[1];
});

var blocksJson = JSON.stringify(blocks);
Expand Down

0 comments on commit f883d63

Please sign in to comment.