From 3c48988e884be16f61fd0fdb82e595680e328fbd Mon Sep 17 00:00:00 2001 From: elpatron Date: Tue, 18 Mar 2025 11:35:46 +0100 Subject: [PATCH] =?UTF-8?q?Routenplanung=20f=C3=BCr=20Adressen=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/index.html b/templates/index.html index 76ccc20..4537967 100644 --- a/templates/index.html +++ b/templates/index.html @@ -327,10 +327,15 @@ if (!street || !plz || !city) return 'N/A'; const address = `${street}, ${plz} ${city}`; const searchQuery = encodeURIComponent(address); + const routeQuery = encodeURIComponent(address); return `${address} + + + `; }