mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
Updated ReviewDetails.js
This commit is contained in:
parent
32323eaf83
commit
c5229c7bc1
@ -29,7 +29,7 @@ function setupUpdate(){
|
||||
updateBtn.addEventListener("click", function(){
|
||||
//update function
|
||||
|
||||
form.style.display = "block";
|
||||
//form.style.display = "block";
|
||||
form.classList.remove("hidden");
|
||||
let tagContainer = document.getElementById("tag-container-form");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user