diff --git a/scripts/pi-hole/js/groups-common.js b/scripts/pi-hole/js/groups-common.js index ec9dfe98..c05109e9 100644 --- a/scripts/pi-hole/js/groups-common.js +++ b/scripts/pi-hole/js/groups-common.js @@ -87,7 +87,7 @@ function enableAll() { // Enable custom input field only if applicable var ip = $("#select") ? $("#select").val() : null; if (ip !== null && ip !== "custom") { - ip = $("#ip-custom").attr("disabled", true); + $("#ip-custom").attr("disabled", true); } }