From 820a92998eb279dcd8cbaeabc047c2085e85f3b1 Mon Sep 17 00:00:00 2001 From: Mograine Date: Sun, 27 Oct 2019 16:48:28 +0100 Subject: [PATCH] Remove unused var Signed-off-by: Mograine --- scripts/pi-hole/js/customdns.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/pi-hole/js/customdns.js b/scripts/pi-hole/js/customdns.js index 7aa76d36..73c40ddb 100644 --- a/scripts/pi-hole/js/customdns.js +++ b/scripts/pi-hole/js/customdns.js @@ -44,8 +44,6 @@ function addCustomDNS() function deleteCustomDNS() { - var thisCell = $(this); - $.ajax({ url: "scripts/pi-hole/php/customdns.php", method: "post",