From 3a68efc4b0d23409d3c7cda0ab248a891b1ad3f8 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Thu, 16 Jul 2020 18:44:00 +0100 Subject: [PATCH] fix a complaint from the CI Signed-off-by: Adam Warner --- scripts/pi-hole/js/db_queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/db_queries.js b/scripts/pi-hole/js/db_queries.js index 184c59eb..7707dee3 100644 --- a/scripts/pi-hole/js/db_queries.js +++ b/scripts/pi-hole/js/db_queries.js @@ -373,7 +373,7 @@ $(function () { }, { width: "10%" }, { width: "40%" }, - { width: "20%" , type: "ip-address" }, + { width: "20%", type: "ip-address" }, { width: "10%" }, { width: "5%" } ],