Merge branch 'daniel' of https://gitlab.psi.ch/samenv/seweb into daniel

This commit is contained in:
Daniel
2025-04-25 17:05:47 +02:00
2 changed files with 10 additions and 4 deletions

View File

@ -276,7 +276,7 @@ function updateValue(component) {
for (var j = 0; j < matches.length; j++) {
let elem = matches[j];
let type = elem.__ctype__; // -> Show Dom-Properties
if (type == "rdonly" || type == "rdlink") {
if (type == "rdonly" || type == "none") {
let text = htmlEscape(component.formatted);
if (text) {
elem.innerHTML = text;