Update tag.html

This commit is contained in:
Meekdai 2024-04-02 18:10:52 +08:00
parent 9def4814f9
commit d6f9b0804a

View File

@ -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");