Fixed typos

This commit is contained in:
2023-03-07 11:21:07 +01:00
parent 04fc103016
commit 0844525f8e

View File

@@ -294,8 +294,6 @@ function changeUUID(element){
const uuidStrategy = $('input[name="uuid-validation-type"]:checked').val();
const givenUUID = checkUUIDChars(element.value);
//const givenUUID = element.value;
console.log(givenUUID);
if( givenUUID == clientUUID ){
$("#uuid-input").attr("disabled", true);