Some missing icons

This commit is contained in:
Daniel
2025-04-15 15:51:49 +02:00
parent 737e29975a
commit 40dc6dc7d8
10 changed files with 33 additions and 5 deletions

View File

@ -223,6 +223,7 @@ function updateValues(message, src) {
let component = message.updates[i];
let value = component.value;
let matches = document.getElementsByName(component.name);
console.log(component);
for (var j = 0; j < matches.length; j++) {
let elem = matches[j];