separate data and css
This commit is contained in:
parent
180ac0c5fa
commit
4cf146c7a2
19 changed files with 59 additions and 109 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
class ExtendedForecast extends WeatherDisplay {
|
||||
constructor(navId,elemId,weatherParameters) {
|
||||
super(navId,elemId);
|
||||
super(navId,elemId,'Extended Forecast');
|
||||
|
||||
// set timings
|
||||
this.timing.totalScreens = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue