forked from qwerty/tupali
bug de formulario en mapa
This commit is contained in:
parent
a92b794d74
commit
541a5ba771
@ -312,7 +312,7 @@ function onMapClick(e) {
|
|||||||
setCookie('ubicacion',coordenadas, 1);
|
setCookie('ubicacion',coordenadas, 1);
|
||||||
// alert("You clicked the map at " + e.latlng);
|
// alert("You clicked the map at " + e.latlng);
|
||||||
sidebar.close();
|
sidebar.close();
|
||||||
xajax_formulario_embebido_ajax("","34","","");
|
xajax_formulario_embebido_ajax("","<?php echo $_REQUEST[id]; ?>","","");
|
||||||
}
|
}
|
||||||
|
|
||||||
map.on('click', onMapClick);
|
map.on('click', onMapClick);
|
||||||
|
Loading…
Reference in New Issue
Block a user