b91e9545f
f34c1ce66
68464b5d9
1 2 3
4
5
6 7 8
if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { $('#jot-coord').val(position.coords.latitude + position.coords.longitude); $('#profile-nolocation-wrapper').show(); }); }