mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 08:27:20 +00:00
fix styling issue,
fix bug in service worker and search URI Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user