Merge pull request #1254 from pi-hole/XhmikosR-patch-3

Update groups-common.js
This commit is contained in:
DL6ER
2020-05-11 21:36:32 +02:00
committed by GitHub

View File

@@ -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);
}
}