mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
If we fail to find your geolocation, stop loading and jump to settings
This commit is contained in:
@@ -366,6 +366,7 @@ function attemptAddCurrentLocation() {
|
||||
function(error) {
|
||||
console.warn("Geocoder failed");
|
||||
showSettings();
|
||||
hideLoading();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user