diff --git a/templates/add_account.html b/templates/add_account.html
index 1edf2fe..a197ecc 100644
--- a/templates/add_account.html
+++ b/templates/add_account.html
@@ -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 %}
});
});