html format

This commit is contained in:
2023-11-02 08:40:13 +01:00
parent 743f7fa72d
commit ddcabbdd39
3 changed files with 60 additions and 88 deletions

View File

@ -295,12 +295,12 @@ function onmouseenter(event) {
box.neighbourhood.forEach(neighbour => {
if (valueToInsert && neighbour.value == valueToInsert) {
for (neighbour of[box, neighbour]) {
for (neighbour of [box, neighbour]) {
neighbour.parentElement.classList.add("table-danger")
}
}
})
}
}
}
function onmouseleave(event) {