star path error fix

This commit is contained in:
Kara Hoagland
2022-11-14 18:07:33 -08:00
parent b6f3a57231
commit bc276dc30c
4 changed files with 4 additions and 4 deletions

View File

@@ -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(){
/*