diff --git a/01/index.php b/01/index.php index 8b2293b..dc01f3c 100644 --- a/01/index.php +++ b/01/index.php @@ -148,7 +148,7 @@ map.on('click', function(e) { const lat = e.latlng.lat; const lng = e.latlng.lng; - const form = ` + const form =
- `; + ; L.popup().setLatLng(e.latlng).setContent(form).openOn(map);