From 541a5ba771e6d052b13272d1a981eca99a354c2a Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 6 Apr 2020 18:09:59 -0500 Subject: [PATCH] bug de formulario en mapa --- labmapero.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labmapero.php b/labmapero.php index 944fa63..ec98b9f 100644 --- a/labmapero.php +++ b/labmapero.php @@ -312,7 +312,7 @@ function onMapClick(e) { setCookie('ubicacion',coordenadas, 1); // alert("You clicked the map at " + e.latlng); sidebar.close(); -xajax_formulario_embebido_ajax("","34","",""); +xajax_formulario_embebido_ajax("","","",""); } map.on('click', onMapClick);