fixes to tag-add-btn,

fixes to tests with rating selection

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-11-19 11:42:30 -08:00
parent 1379c22f6f
commit 7035fa46ee
4 changed files with 20 additions and 20 deletions

View File

@@ -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) {