progress as html

This commit is contained in:
Matt Walsh 2022-08-05 12:05:14 -05:00
parent aaa5fd362f
commit 0cecf8a458

View file

@ -449,7 +449,6 @@ class WeatherDisplay {
loadTemplates() {
this.templates = {};
if (this.elemId !== 'progress') {
this.elem = document.getElementById(`${this.elemId}-html`);
if (!this.elem) return;
const templates = this.elem.querySelectorAll('.template');
@ -461,7 +460,6 @@ class WeatherDisplay {
template.remove();
});
}
}
fillTemplate(name, fillValues) {
// get the template