If we fail to find your geolocation, stop loading and jump to settings

This commit is contained in:
Michal Mocny
2013-03-26 12:35:58 -04:00
parent 9abf1650e7
commit a2b91749b0

View File

@@ -366,6 +366,7 @@ function attemptAddCurrentLocation() {
function(error) {
console.warn("Geocoder failed");
showSettings();
hideLoading();
});
}