fix styling issue,

fix bug in service worker and search URI

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-12-01 17:01:05 -08:00
parent 8924540757
commit 82aba63baf
4 changed files with 7 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ function setupUpdate(){
let tagSetVal;
for (let i = 0; i < currReview["tags"].length; i++) {
tagSetVal = currReview["tags"][i].toLowerCase()
tagSetVal = currReview["tags"][i].toLowerCase();
tagSet.add(tagSetVal);
let newTag = document.createElement("label");
newTag.setAttribute("class","tag");