mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
add images and widescreen cleanup close #32
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user