Checkbox fix, old progressbar removal and visibility fix in the new one

This commit is contained in:
2025-12-15 13:54:31 +01:00
parent bb589e6aad
commit 20b4ae6a3b
4 changed files with 68 additions and 5 deletions
+2
View File
@@ -37,6 +37,7 @@ function checkBoxes() {
iter++;
}
});
document.getElementById("testy").style.visibility = "visible"
document.getElementById("box1").style.backgroundColor = "red";
document.getElementById("box2").style.backgroundColor = "red";
document.getElementById("box3").style.backgroundColor = "red";
@@ -305,3 +306,4 @@ function setSpeakerAudiosValue(valy){
}
}