This repository was archived by the owner on Apr 4, 2024. It is now read-only.
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
FAHClient - Up/Down HoverOver reports "NaN" #21
Open
Description
Go here and hover your mouse over the position number of a team in the listing:
https://stats.foldingathome.org/teams
You'll see "Down NaN" for all of them. I suspect the problem is from here:
https://stats.foldingathome.org/js/assets.js
return (rank < prev_rank ? 'Up ' : 'Down ') +
Can you fix it so that it reports "Down [somenumber]"/"Up [somenumber]"? They all read "Down NaN" (and never "Up NaN"), because it probably cannot find the numbers it's looking for (recent rank change?).
Thank you, great project.
Metadata
Metadata
Assignees
Labels
No labels