Comment out the geofence call for admin panel. #786

This commit is contained in:
Korina Cordero 2024-01-30 02:12:08 -05:00
parent ba8ac73c9d
commit f7c8034538

View file

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