Remove unused var

Signed-off-by: Mograine <ghiot.pierre@gmail.com>
This commit is contained in:
Mograine
2019-10-27 16:48:28 +01:00
parent 289853e4f3
commit 820a92998e

View File

@@ -44,8 +44,6 @@ function addCustomDNS()
function deleteCustomDNS()
{
var thisCell = $(this);
$.ajax({
url: "scripts/pi-hole/php/customdns.php",
method: "post",