Fixed missing id kebab-case
This commit is contained in:
parent
898f6c28f7
commit
a1e4027533
7 changed files with 32 additions and 32 deletions
|
|
@ -1,6 +1,6 @@
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
const checkTerms = document.querySelector('#cgvCheck');
|
||||
const createAccountButton = document.querySelector('#btnCreateAccount');
|
||||
const checkTerms = document.querySelector('#cgv-check');
|
||||
const createAccountButton = document.querySelector('#btn-create-account');
|
||||
const readTerms = document.querySelector('#readTerms');
|
||||
console.log(checkTerms, createAccountButton);
|
||||
checkTerms.addEventListener("change", function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue