Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPrt committed Nov 23, 2021
1 parent ec98a4c commit 07dc530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/modules/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
export function addFormEventListener() {
const forms = document.querySelectorAll('.form:not(.multistepform)');
forms.forEach(form => {
if (form.id = 'googleform') {
if (form.id == 'googleform') {
return;
}
form.addEventListener('submit', processFormEvent, false);
Expand Down

0 comments on commit 07dc530

Please sign in to comment.