mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 08:27:20 +00:00
star path error fix
This commit is contained in:
@@ -33,6 +33,7 @@ function addReviewsToDocument(reviews) {
|
||||
*/
|
||||
function initFormHandler() {
|
||||
|
||||
/*
|
||||
//btn to create form (could be its own function?)
|
||||
let createBtn = document.getElementById("create");
|
||||
createBtn.addEventListener("click", function(){
|
||||
@@ -41,7 +42,7 @@ function initFormHandler() {
|
||||
|
||||
//accessing form components
|
||||
let tagContainer = document.getElementById("tag-container-form");
|
||||
let form = document.querySelector("form");
|
||||
let form = document.querySelector("form");*/
|
||||
|
||||
form.addEventListener("submit", function(){
|
||||
/*
|
||||
|
Reference in New Issue
Block a user