mirror of
https://github.com/pi-hole/web.git
synced 2025-12-26 13:36:22 +00:00
Merge pull request #1254 from pi-hole/XhmikosR-patch-3
Update groups-common.js
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user