flipping the sort
This commit is contained in:
@@ -63,7 +63,7 @@ var StatsUI = Class.extend({
|
|||||||
var comps = 0;
|
var comps = 0;
|
||||||
var total = 0;
|
var total = 0;
|
||||||
|
|
||||||
json.Stats.sort((a,b) => { return a.Count - b.Count; })
|
json.Stats.sort((a,b) => { return b.Count - a.Count; })
|
||||||
|
|
||||||
json["Stats"].forEach(item => {
|
json["Stats"].forEach(item => {
|
||||||
if(item.Casual) {
|
if(item.Casual) {
|
||||||
|
|||||||
Reference in New Issue
Block a user