bug de formulario en mapa

This commit is contained in:
humano 2020-04-06 18:09:59 -05:00
parent a92b794d74
commit 541a5ba771
1 changed files with 1 additions and 1 deletions

View File

@ -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("","<?php echo $_REQUEST[id]; ?>","","");
}
map.on('click', onMapClick);