From fa3a1312c342caef5dc61765c1a6cff0c305a32f Mon Sep 17 00:00:00 2001 From: Miyadaj Date: Wed, 13 Nov 2024 00:53:29 +0900 Subject: [PATCH] delete alert() --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 78af449..47c27de 100644 --- a/js/main.js +++ b/js/main.js @@ -63,7 +63,6 @@ function updateURL() { updateLatLng() const lat = latLngArray[0]; const lng = latLngArray[1]; - alert(latLngArray) const newUrl = new URL(window.location.href); coordinateSystem = selectSystemElement.value newUrl.searchParams.set('coordinateSystem', coordinateSystem);