From 6657101cd68ee28a6a43abe5168ef0b6f45a7e24 Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 17 Mar 2025 20:34:15 +0100 Subject: [PATCH] Google Maps Link nur noch auf dem Pin-Icon --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index aa2375e..1863f11 100644 --- a/templates/index.html +++ b/templates/index.html @@ -194,9 +194,9 @@ if (!street || !plz || !city) return 'N/A'; const address = `${street}, ${plz} ${city}`; const searchQuery = encodeURIComponent(address); - return ` - ${address} `; }