Skip to content
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
@HoldOffHunger

Description

@HoldOffHunger

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions