From e566c970ebda9da445d43a3d683b88555d59c360 Mon Sep 17 00:00:00 2001 From: "O. D." Date: Sat, 17 Aug 2024 18:50:46 -0600 Subject: [PATCH] trial and error --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 20356f0..5bcab8e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -69,7 +69,7 @@ //}; //marker.remove(); //radial.remove(); - user_marker.setLatLng(e.latlng); + user_marker.setLatLng(e.latlng).bindPopup("Tenemos que hablar").openPopup();; user_radial.remove(); //setLanLng(e.latlng); });