fix messing variable
This commit is contained in:
parent
802fa79eec
commit
cdd3167728
4
main.js
4
main.js
@ -1449,7 +1449,7 @@
|
||||
])
|
||||
}
|
||||
|
||||
function makeLegend(rows) {
|
||||
function makeLegend(container, rows) {
|
||||
let legendContainer = Tag.div({
|
||||
classes: "legend-container"
|
||||
})
|
||||
@ -2080,7 +2080,7 @@
|
||||
|
||||
/* LEGEND */
|
||||
|
||||
let legendContainer = makeLegend(rows)
|
||||
let legendContainer = makeLegend(container, rows)
|
||||
legendContainer.append(makeLegendFiles(rows))
|
||||
|
||||
/* APPEND ALL */
|
||||
|
Loading…
Reference in New Issue
Block a user