main: reverse link sorting
This commit is contained in:
parent
f321867482
commit
92de127bed
|
@ -117,7 +117,7 @@ function (moment, Router, L, GUI, numeral) {
|
|||
})
|
||||
|
||||
links.sort( function (a, b) {
|
||||
return a.tq - b.tq
|
||||
return b.tq - a.tq
|
||||
})
|
||||
|
||||
return { now: now,
|
||||
|
|
Loading…
Reference in a new issue