Update tag.html
This commit is contained in:
parent
9def4814f9
commit
d6f9b0804a
@ -91,7 +91,7 @@ function showList(){
|
||||
tagLable.appendChild(showLabels);
|
||||
}
|
||||
|
||||
for(label of jsonData['labelColorDict']){
|
||||
for(label in jsonData['labelColorDict']){
|
||||
tagList.push(label);
|
||||
let showLabels=document.createElement("button");
|
||||
showLabels.setAttribute("class","Label");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user