From 961c711801e8175351d43c88b884ebe2f0ed1451 Mon Sep 17 00:00:00 2001 From: Florian Jensen Date: Fri, 9 Dec 2022 21:18:54 +0100 Subject: [PATCH] Fix Javascript loading that sometimes fails --- templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/map.html b/templates/map.html index 3b71ad7..dac185e 100644 --- a/templates/map.html +++ b/templates/map.html @@ -200,7 +200,7 @@ .addTo(map); // Set route destination - getRoute(end) + await getRoute(end) // UPDATE CAR LOCATION BELOW //