From 335435245665f5b1f66da399257296816e6cacf9 Mon Sep 17 00:00:00 2001 From: Gladys23 Date: Thu, 11 Jun 2026 15:34:44 +0700 Subject: [PATCH] edit file --- 01/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =
Nama SPBU:

@@ -167,7 +167,7 @@ map.on('click', function(e) {
- `; + ; L.popup().setLatLng(e.latlng).setContent(form).openOn(map);