reversing pub sort

main
mwinter 1 year ago
parent 1eac040262
commit c4d2ddc6b3

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

Loading…
Cancel
Save