mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 09:39:30 -07:00
more consistent navigation control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user