fixed test failure

This commit is contained in:
ntmmfts
2022-01-08 10:16:05 -10:00
parent 508cc1dbd2
commit d24cd28523
4 changed files with 24 additions and 52 deletions

View File

@@ -399,7 +399,7 @@ function getSort() {
function closeGridDisplay() {
document.getElementsByName("showhide")[0].checked = false;
var checkboxes = document.getElementsByName('check');
for (var i = 0; i < checkboxes.length; i++) {
for (i = 0; i < checkboxes.length; i++) {
checkboxes[i].checked = false;
}
document.getElementById("checkbox-functions").style.display = "none";