Resolve "Remove geofence message in CRM" #1708

Merged
korina.cordero merged 1 commit from 786-remove-geofence-message-in-crm into master 2024-01-30 07:14:34 +00:00

View file

@ -1231,6 +1231,8 @@ $(function() {
function selectPoint(lat, lng)
{
// check if point is in coverage area
// commenting out the geofence call for CRM
/*
$.ajax({
method: "GET",
url: "{{ url('jo_geofence') }}",
@ -1248,7 +1250,7 @@ $(function() {
type: 'warning',
});
}
});
}); */
// clear markers
markerLayerGroup.clearLayers();