mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Update groups-common.js
Remove unused assignment Signed-off-by: XhmikosR <xhmikosr@gmail.com>
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