add images and widescreen cleanup close #32
This commit is contained in:
parent
0eb4a1ffc7
commit
bf8bd2ff46
13 changed files with 160 additions and 20 deletions
|
|
@ -198,11 +198,14 @@ class WeatherDisplay {
|
|||
this.startNavCount();
|
||||
|
||||
this.elem.classList.add('show');
|
||||
document.querySelector('#divTwc').classList.add(this.elemId);
|
||||
}
|
||||
|
||||
hideCanvas() {
|
||||
this.resetNavBaseCount();
|
||||
this.elem.classList.remove('show');
|
||||
// used to change backgrounds for widescreen
|
||||
document.querySelector('#divTwc').classList.remove(this.elemId);
|
||||
}
|
||||
|
||||
get active() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue