From d6f9b0804afd9d829d7b53128f61dd8b8fb21fee Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 2 Apr 2024 18:10:52 +0800 Subject: [PATCH] Update tag.html --- templates/tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tag.html b/templates/tag.html index 0117b69..a2836b8 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -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");