From b7196e90ada05a646b21971d280739d8a4047072 Mon Sep 17 00:00:00 2001 From: Laurent Dinclaux Date: Thu, 8 Dec 2022 16:52:47 +1100 Subject: [PATCH] Fix service: Google Maps NoAPI (maps_noapi) --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 5089af4..7def8b6 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -5046,7 +5046,7 @@ tarteaucitron.services.maps_noapi = { var id = x.getAttribute("id"), width = x.getAttribute("width"), height = x.getAttribute("height") - var widgetURL = "https://google.com/maps/embed?pb=" + id; + var widgetURL = "https://www.google.com/maps/embed?pb=" + id; return ""; }); },