Update tag.html
This commit is contained in:
parent
2866af55b4
commit
fbd85539e5
@ -100,7 +100,7 @@ function showList(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let labelsList = Array.from(labelsSet);
|
let labelsList = Array.from(labelsSet);
|
||||||
for(label in labelsList){
|
for(label of labelsList){
|
||||||
tagList.push(label);
|
tagList.push(label);
|
||||||
let showLabels=document.createElement("button");
|
let showLabels=document.createElement("button");
|
||||||
showLabels.setAttribute("class","Label");
|
showLabels.setAttribute("class","Label");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user