From c65395b780fc5de6163ba712148f9e09ceef8ca8 Mon Sep 17 00:00:00 2001 From: Meik Date: Sat, 22 Nov 2025 13:29:48 +0100 Subject: [PATCH] minor changes --- web/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/app.js b/web/app.js index cc3a96f..6bd9bfa 100644 --- a/web/app.js +++ b/web/app.js @@ -3719,11 +3719,7 @@ function createPostCard(post, status, meta = {}) {
- Beitrag: #${displayIndex !== null ? displayIndex : '-'} - - (${searchActive ? `${totalFiltered} Treffer von ${tabTotalCount}` : `${tabTotalCount} im Tab`} ยท ${totalOverall} gesamt) -
Erstellt: ${escapeHtml(createdDate)}