removed debugger
This commit is contained in:
Родитель
713b13cbf6
Коммит
af47de6d98
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче