From af47de6d98c7a0c5a20700c95165af9987487a62 Mon Sep 17 00:00:00 2001 From: Jim Paine Date: Tue, 5 May 2020 13:15:08 +0100 Subject: [PATCH] removed debugger --- Project.Zap/Views/Shifts/Index.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);