diff --git a/server/scripts/modules/custom-scroll-text.mjs b/server/scripts/modules/custom-scroll-text.mjs index 76995df..444619c 100644 --- a/server/scripts/modules/custom-scroll-text.mjs +++ b/server/scripts/modules/custom-scroll-text.mjs @@ -17,7 +17,7 @@ const changeEnable = (newValue) => { // hide the string entry newDisplay = 'none'; } - const stringEntry = document.getElementById('settings-customText-label'); + const stringEntry = document.getElementById('settings-customText-string'); if (stringEntry) { stringEntry.style.display = newDisplay; }