more consistent navigation control

This commit is contained in:
Matt Walsh
2020-09-09 14:29:03 -05:00
parent 1f688318b5
commit 9a09ccd1ea
6 changed files with 119 additions and 91 deletions

View File

@@ -39,7 +39,7 @@ class CurrentWeather extends WeatherDisplay {
} catch (e) {
console.error('Unable to get current observations');
console.error(e);
this.setStatus(STATUS.error);
this.setStatus(STATUS.failed);
return;
}
// we only get here if there was no error above