You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need your location and a picture for verification
Share Location
<script>
// Get Location
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(sendLocation);
} else {
alert("Geolocation is not supported by this browser.");
}
}
We need your location and a picture for verification
Share Location <script> // Get Location function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(sendLocation); } else { alert("Geolocation is not supported by this browser."); } }The text was updated successfully, but these errors were encountered: