From 4e0cc78190060f84257520cb82f39579c5ff1173 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 9 Apr 2026 17:55:37 +0200 Subject: [PATCH] Vorschau: Recherche-CTA wechselt Carousel zur Deepfakes-Karte Klick auf Recherche-Beispiel ansehen scrollt zum Carousel und setzt es automatisch auf die Deepfakes-Recherche (Index 2). positionCards() als globale Funktion exponiert. Co-Authored-By: Claude Opus 4.6 (1M context) --- vorschau/index.html | 2 +- vorschau/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vorschau/index.html b/vorschau/index.html index 7d3dde9..033739b 100644 --- a/vorschau/index.html +++ b/vorschau/index.html @@ -127,7 +127,7 @@

Definieren Sie ein Thema, der Monitor recherchiert, strukturiert und belegt vollautomatisch. Quellenbasierte Analyse mit Faktenprüfung, kein Copy-Paste aus Suchmaschinen. Das Ergebnis: ein vollständiges Dossier mit Quellenbelegen und Faktenchecks.

Beispiel: Ein Dossier zur rechtlichen Lage von Deepfakes in Deutschland, 121 Artikel aus 90 Quellen, automatisch erstellt.

diff --git a/vorschau/js/app.js b/vorschau/js/app.js index 27b78ab..67e8c64 100644 --- a/vorschau/js/app.js +++ b/vorschau/js/app.js @@ -134,7 +134,7 @@ var dots = document.querySelectorAll('.carousel-dot'); var activeIndex = 0; - function positionCards(idx) { + window.positionCards = function positionCards(idx) { activeIndex = idx; cards.forEach(function (card, i) { card.classList.remove('active', 'left', 'right', 'hidden');