From 76f93b3d2ea051b823d59f0a0cc41dbf9c524385 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sat, 27 Jun 2026 21:18:51 +0200 Subject: [PATCH] Fix of an unused detail in the Detail Modal --- Web/app.py | 1 - Web/templates/library_table.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Web/app.py b/Web/app.py index d95b072..562d5f1 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3604,7 +3604,6 @@ def api_item_detail(item_id): # Basic detail HTML detail_html = f"""

{html.escape(item.get('Name', 'Untitled'))}

-

Autor/Künstler: {html.escape(item.get('Autor', item.get('Author', '-')))}

ISBN: {html.escape(item.get('ISBN', item.get('Code4', '-')))}

Beschreibung: {html.escape(item.get('Beschreibung', '-'))}

Status: {html.escape(status_label)}

diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index c259de6..f4d16ff 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -1057,7 +1057,7 @@ document.getElementById('detailModal').style.display = 'none'; } -// ========================================================================= + // ========================================================================= // 5. EVENT LISTENERS INITIALIZATION & ON-LOAD INITIALIZER // ========================================================================= function wireScannerUi() {