main: reverse link sorting

This commit is contained in:
Milan Pässler 2016-02-18 21:46:05 +00:00
parent f321867482
commit 92de127bed

View file

@ -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,