#204 Show error message if user's browser doesn't meet requirements

merge-requests/2/head
Mike Koch 9 years ago
parent 0ff3d301f2
commit 8c80195d00

@ -133,6 +133,8 @@ function requestUserLocation(yourLocationText, unableToDetermineText) {
}
});
} else {
$('#map').hide();
$('#console').text(unableToDetermineText).show();
setLatLon('E-5','E-5');
}
}

Loading…
Cancel
Save