move insertRadio0

This commit is contained in:
2023-04-16 16:11:09 +02:00
parent de7b013716
commit 5bd46082d5
2 changed files with 5 additions and 6 deletions

View File

@ -65,8 +65,7 @@ window.onload = function() {
box.neighbourhood = Array.from(box.neighbourhood)
})
insertRadios = Array.from(insertRadioGroup.getElementsByTagName("input"))
insertRadios.pop()
insertRadios = Array.from(insertRadioGroup.getElementsByTagName("input")).slice(1)
for (label of document.getElementsByTagName("label")) {
label.control.label = label