From faa596fa9c0bc88c46276ae4eb05f31d03c7f99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 21 Jan 2023 15:14:38 +0100 Subject: [PATCH] Remove warning triangle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- scripts/pi-hole/js/groups-adlists.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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