UUID switching, and add new message button fix #96

Merged
bema merged 12 commits from widlam/feature/issue#76 into master 2023-03-06 11:54:42 +01:00
Showing only changes of commit de2bec7070 - Show all commits

View File

@@ -296,6 +296,7 @@ function changeUUID(element){
console.log(givenUUID);
if( givenUUID == clientUUID ){
$("#uuid-input").attr("disabled", true);
uuidChangeModalDisplay("noChg");
return;
}