diff --git a/scripts/pi-hole/js/groups-adlists.js b/scripts/pi-hole/js/groups-adlists.js index ed89cfb010..5d0a9159d4 100644 --- a/scripts/pi-hole/js/groups-adlists.js +++ b/scripts/pi-hole/js/groups-adlists.js @@ -179,16 +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://")) { // Local files cannot be downloaded from a distant client so don't show