This commit is contained in:
Jim Paine 2020-05-05 13:15:08 +01:00
Родитель 713b13cbf6
Коммит af47de6d98
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -129,8 +129,7 @@
@if((Model.Locations == null || !Model.Locations.Any()) && string.IsNullOrEmpty(Model.ZipOrPostcode))
{
<text>
debugger;
<text>
map.locate({ setView: false, enableHighAccuracy: true });
map.on('locationfound', onLocationFound);
</text>