Fixed typos
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user