Don't append DNSSEC status if wildcard blocked

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-06-14 17:25:22 +02:00
parent c93fe7a93f
commit 881d80b7f7

View File

@@ -190,7 +190,7 @@ $(document).ready(function() {
{
blocked = true;
$(row).css("color","red");
$("td:eq(4)", row).html( "Pi-holed <br class='hidden-lg'>(wildcard)"+dnssec_status );
$("td:eq(4)", row).html( "Pi-holed <br class='hidden-lg'>(wildcard)");
$("td:eq(6)", row).html( "" );
}
else if (data[4] === "5")