From 891a1e00b13840f66b19571b34a8cc4c2bce4dbe Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 8 Aug 2024 06:23:23 +0200 Subject: [PATCH] Titre --- module/geogallery/view/index/index.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/geogallery/view/index/index.js.php b/module/geogallery/view/index/index.js.php index e6be52b7..c9fc8ccc 100644 --- a/module/geogallery/view/index/index.js.php +++ b/module/geogallery/view/index/index.js.php @@ -35,5 +35,5 @@ const objOptions = JSON.parse(jsonOptions); obj.forEach(function(location) { var marker = L.marker([location.lat, location.long], {title: location.label}); marker.addTo(map); - marker.bindPopup('Thumbnail'); + marker.bindPopup('

' + location.label + '

Thumbnail'); }); \ No newline at end of file