Update groups-common.js

Remove unused assignment

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-11 08:23:24 +03:00
parent 9b70e6dc53
commit ba31df2602

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