From f345241ab8d97ea81b0724f314128986e6a990f7 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 14 Jul 2025 18:46:33 +0100 Subject: [PATCH] show section on reload --- templates/add_account.html | 2 -- 1 file changed, 2 deletions(-) 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 %} }); });