diff --git a/Project.Zap/Views/Shifts/Index.cshtml b/Project.Zap/Views/Shifts/Index.cshtml index fb33c14..3f44ab3 100644 --- a/Project.Zap/Views/Shifts/Index.cshtml +++ b/Project.Zap/Views/Shifts/Index.cshtml @@ -129,8 +129,7 @@ @if((Model.Locations == null || !Model.Locations.Any()) && string.IsNullOrEmpty(Model.ZipOrPostcode)) { - - debugger; + map.locate({ setView: false, enableHighAccuracy: true }); map.on('locationfound', onLocationFound);