nav, header and map image cleanup
This commit is contained in:
parent
468e057c51
commit
7fae649357
230 changed files with 34 additions and 1155 deletions
|
|
@ -18,7 +18,7 @@ class CurrentWeather extends WeatherDisplay {
|
|||
constructor(navId, elemId) {
|
||||
super(navId, elemId, 'Current Conditions', true);
|
||||
// pre-load background image (returns promise)
|
||||
this.backgroundImage = loadImg('images/BackGround1_1.png');
|
||||
this.backgroundImage = loadImg('images/backgrounds/1.png');
|
||||
}
|
||||
|
||||
async getData(weatherParameters, refresh) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue