Merge branch '786-remove-geofence-message-in-crm' into 'master'
Resolve "Remove geofence message in CRM" Closes #786 See merge request jankstudio/resq!897
This commit is contained in:
commit
35b3b23e55
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue