diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-19 17:01:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-19 17:01:56 +0200 |
commit | d1d98433bda4498c6942e2245260278972892a64 (patch) | |
tree | 882a7455f1749352af2b81e1d592217939fbcff7 | |
parent | 4ae2fb27a8a9d818b0dd30f50be371d75fc8b06f (diff) |
wibble
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3260,7 +3260,7 @@ const layerHierarchy = [ const createLegend = function(ul, elem, classes) { const li = document.createElement('li'); li.classList.add('list-group-item'); - ul.append(li); + ul.appendChild(li); const t = document.createTextNode(elem.text); if (elem.layer === undefined) { |