show section on reload

This commit is contained in:
Karl 2025-07-14 18:46:33 +01:00
parent e46a8862ad
commit f345241ab8

View File

@ -128,7 +128,6 @@
this.value = event.text.value;
});
{% if text_input_enabled %}
const accountDetailsTextarea = document.getElementById('accountDetails');
if (accountDetailsTextarea) {
accountDetailsTextarea.addEventListener('input', function() {
@ -156,7 +155,6 @@
}
});
}
{% endif %}
});
});
</script>