mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-15 20:12:06 +00:00
Fix AFK count in usercount breakdown hover
This commit is contained in:
parent
9bd984f66b
commit
214537efdb
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ function calcUserBreakdown() {
|
|||
|
||||
total++;
|
||||
|
||||
if($(item).find(".icon-time").length > 0)
|
||||
if($(item).data("afk"))
|
||||
breakdown["AFK"]++;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue