reversing pub sort

This commit is contained in:
mwinter 2023-07-04 12:00:09 +02:00
parent 1eac040262
commit c4d2ddc6b3

View file

@ -157,7 +157,7 @@
if(b.entryTags.year === 'forthcoming'){bPrime = 5000} else {bPrime = b.entryTags.year}
return bPrime - aPrime
*/
b.citationKey - a.citationKey
a.citationKey - b.citationKey
})
}
})