Silent 7 년 전
부모
커밋
c12f1ab2fb
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      resources/views/admin/base/locations/index.blade.php

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

xqd
@@ -68,10 +68,9 @@ $(function() {
     });
     
     $('#my-location-btn').on('click', function () {
-        console.log(navigator.geolocation);
         if (navigator.geolocation) {
             navigator.geolocation.getCurrentPosition(function (position) {
-                console.log(position);
+                console.log('ok');
                 var lat = position.coords.latitude;
                 var lng = position.coords.longitude;
                 console.log(lat, lng);