From b7d742b9a46cf577d3983d5395094006faab5281 Mon Sep 17 00:00:00 2001 From: chk <79915315+ChKendel@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:01:58 +0200 Subject: [PATCH] FileBrowser Folder --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 19f6a44..d07de22 100644 --- a/public/index.html +++ b/public/index.html @@ -219,6 +219,7 @@ } else { elEditBar.style.display = 'flex'; elEditBarInfo.textContent = `${n} Zeile${n === 1 ? '' : 'n'} zum Löschen markiert`; + document.getElementById('btn-save-delete').disabled = false; // nach erfolgreichem Save zurücksetzen } }