From 93948cbc4cf1cfc990fea3010c656414edf46989 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Wed, 25 Mar 2026 01:34:00 +0100 Subject: [PATCH] Fix: Verwaiste _pdfLabel Referenz entfernt --- src/static/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/app.js b/src/static/js/app.js index f588529..784f85c 100644 --- a/src/static/js/app.js +++ b/src/static/js/app.js @@ -772,7 +772,6 @@ const App = { if (_cardTitle) { _cardTitle.textContent = _lbLabel; _cardTitle.setAttribute("onclick", "openContentModal('" + _lbLabel + "', 'summary-content')"); } const _toggleBtn = document.querySelector('.layout-toggle-btn[data-tile="lagebild"]'); if (_toggleBtn) _toggleBtn.textContent = _lbLabel; - if (_pdfLabel) _pdfLabel.textContent = _lbLabel; { const _nt = document.querySelector("#inc-notify-summary"); if (_nt) { const _ns = _nt.closest("label")?.querySelector(".toggle-text"); if (_ns) _ns.textContent = "Neues " + _lbLabel; } } // Archiv-Button Text