From 96464680222ec2b8fb074a4a38e4e8aff01073e5 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 16 Aug 2018 14:23:58 +0200 Subject: [PATCH] +Show whitelisting button for regex blocked queries as pihole-FTL can actually whitelist regex filtered domains Signed-off-by: DL6ER --- scripts/pi-hole/js/queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index 704f5638..f72fccbd 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -194,7 +194,7 @@ $(document).ready(function() { blocked = true; color = "red"; fieldtext = "Blocked (regex/wildcard)"; - buttontext = ""; + buttontext = "" ; break; case "5": blocked = true;