mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 00:27:20 +00:00
fixes to tag-add-btn,
fixes to tests with rating selection Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ function initFormHandler() {
|
||||
|
||||
});
|
||||
|
||||
let tagAddBtn = document.getElementById("tagAdd");
|
||||
let tagAddBtn = document.getElementById("tag-add-btn");
|
||||
tagAddBtn.addEventListener("click", ()=> {
|
||||
let tagField = document.getElementById("tag-form");
|
||||
if (tagField.value.length > 0) {
|
||||
|
Reference in New Issue
Block a user