From 90a49fc233e4771cd99709e848ed7a711d584aba Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 18 Aug 2024 22:46:14 +0200 Subject: [PATCH] fixz --- public/js/formHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/formHandler.js b/public/js/formHandler.js index 3f4f7c4..eabe684 100644 --- a/public/js/formHandler.js +++ b/public/js/formHandler.js @@ -6,7 +6,7 @@ export async function processForm (e) { const markerForm = document.getElementById("markerForm") const formData = new FormData(markerForm) - document.getElementById("markerFormContainer").style.display = 'none';z + document.getElementById("markerFormContainer").style.display = 'none'; markerForm.reset(); // const tmpMarker = localStorage.getItem("tmpMarkerId"); // L.layerGroup().removeLayer(tmpMarker);