Silent 6 years ago
parent
commit
e12802f199
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/admin/base/locations/index.blade.php

+ 1 - 0
resources/views/admin/base/locations/index.blade.php

xqd
@@ -68,6 +68,7 @@ $(function() {
     });
     
     $('#my-location-btn').on('click', function () {
+        console.log(navigator.geolocation);
         if (navigator.geolocation) {
             navigator.geolocation.getCurrentPosition(sgShowPosition);
         }