kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
fixed linting
rodzic
552c411a4d
commit
67094cb8fc
|
@ -52,8 +52,10 @@ function renderRoster(callRoster, rosterSettings)
|
||||||
var visibleCount = visibleCallList.length;
|
var visibleCount = visibleCallList.length;
|
||||||
|
|
||||||
var huntedCount = 0;
|
var huntedCount = 0;
|
||||||
if (typeof (obj) !== "undefined" && typeof (obj.callObj) !== "undefined" && typeof (obj.callObj.hunting) !== "undefined")
|
if (typeof (obj) !== "undefined")
|
||||||
{ huntedCount = visibleCallList.filter(obj => Object.keys().length > 0).length }
|
{
|
||||||
|
huntedCount = visibleCallList.filter(obj => Object.keys().length > 0).length
|
||||||
|
}
|
||||||
var countParts = [];
|
var countParts = [];
|
||||||
|
|
||||||
if (totalCount != visibleCount)
|
if (totalCount != visibleCount)
|
||||||
|
|
Ładowanie…
Reference in New Issue