Skip to content

Commit

Permalink
Removed unused variable. (hackforla#6660)
Browse files Browse the repository at this point in the history
  • Loading branch information
danajeon authored Apr 23, 2024
1 parent b7a29aa commit 910f724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/api-actionnetwork.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

var contactForm = document.querySelector(".contact-form");
var contactFormEmail = document.getElementById("contact-email");
var contactMessage = document.querySelector(".contact-form textarea");
var contactFormBtn = document.getElementById("contact-form-btn");

var heroFormConfirm = document.querySelector(".form-confirmation strong");
Expand Down

0 comments on commit 910f724

Please sign in to comment.