Fixed bug, that dont refresh data after modal closes by clicking in overlay

This commit is contained in:
2023-03-06 15:03:06 +01:00
parent c440b08bdf
commit 6d104948cc
2 changed files with 3 additions and 1 deletions

View File

@@ -310,7 +310,6 @@ function changeUUID(element){
changeMessage = "success";
}
clientUUID = data;
$("#uuid-input").attr("disabled", true);
$("#editable").attr("checked", false);
uuidChangeModalDisplay(changeMessage);