Skip to content
Snippets Groups Projects
Commit f9c85a8a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Remove obsolete variables

parent 5d90418d
Branches
No related tags found
No related merge requests found
...@@ -67,10 +67,6 @@ async function switchLayer(dayIndex) ...@@ -67,10 +67,6 @@ async function switchLayer(dayIndex)
setCurrentDate(dayIndex); setCurrentDate(dayIndex);
} }
let legend_tpl = `<ul style="list-style: none; padding: 0;">$(legendItems)</ul>`
let legendItem_tpl = `<li style="margin-bottom: 5px;"><span style="background-color: #707070;">&nbsp;&nbsp;&nbsp;</span> {{language.no_forecast}}</li>`;
/** /**
* Build Legend HTML from Json data, for example: * Build Legend HTML from Json data, for example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment