webpack
This commit is contained in:
parent
8e6fd04b3a
commit
49cd15a688
16 changed files with 1406 additions and 478 deletions
|
|
@ -41,7 +41,9 @@ class WeatherDisplay {
|
|||
this.startNavCount();
|
||||
|
||||
// get any templates
|
||||
this.loadTemplates();
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
this.loadTemplates();
|
||||
});
|
||||
}
|
||||
|
||||
generateCheckbox(defaultEnabled = true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue