mirror of https://github.com/calzoneman/sync.git
Fix AFK count in usercount breakdown hover
This commit is contained in:
parent
9bd984f66b
commit
214537efdb
|
@ -358,7 +358,7 @@ function calcUserBreakdown() {
|
||||||
|
|
||||||
total++;
|
total++;
|
||||||
|
|
||||||
if($(item).find(".icon-time").length > 0)
|
if($(item).data("afk"))
|
||||||
breakdown["AFK"]++;
|
breakdown["AFK"]++;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue