diff --git a/scripts/pi-hole/js/groups-adlists.js b/scripts/pi-hole/js/groups-adlists.js index ed89cfb0..e203456e 100644 --- a/scripts/pi-hole/js/groups-adlists.js +++ b/scripts/pi-hole/js/groups-adlists.js @@ -179,15 +179,9 @@ function initTable() { break; } - // Append red exclamation-triangle when there are invalid lines on the list - var extra = ""; - if (data.invalid_domains !== null && data.invalid_domains > 0) { - extra = ""; - } - $("td:eq(1)", row).addClass("list-status-" + statusCode); $("td:eq(1)", row).html( - "" + extra + "" ); if (data.address.startsWith("file://")) {