diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html
index e96d13dc682..3bf1bbd107a 100644
--- a/util/gh-pages/index.html
+++ b/util/gh-pages/index.html
@@ -302,7 +302,7 @@ Otherwise, have a great day =^.^=
@@ -326,7 +326,7 @@ Otherwise, have a great day =^.^=
@@ -531,6 +531,9 @@ Otherwise, have a great day =^.^=
}
}
};
+ $scope.selectedValuesCount = function (obj) {
+ return Object.values(obj).filter(x => x).length;
+ }
$scope.byGroups = function (lint) {
return $scope.groups[lint.group];
};