hourly and travel forecast silent reload
This commit is contained in:
parent
23cc1a1f7a
commit
8fa00b34b4
13 changed files with 54 additions and 48 deletions
|
|
@ -28,7 +28,7 @@ class Hazards extends WeatherDisplay {
|
|||
|
||||
async getData(weatherParameters, refresh) {
|
||||
// super checks for enabled
|
||||
const superResult = super.getData(weatherParameters);
|
||||
const superResult = super.getData(weatherParameters, refresh);
|
||||
|
||||
const alert = this.checkbox.querySelector('.alert');
|
||||
alert.classList.remove('show');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue