kebab-case
This commit is contained in:
parent
a1e4027533
commit
202d727b71
11 changed files with 78 additions and 78 deletions
|
|
@ -639,7 +639,7 @@ nav .icon-ui{
|
|||
font-weight: 700;
|
||||
margin-top: .5em;
|
||||
}
|
||||
#sideLang{
|
||||
#side-lang{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
const checkTerms = document.querySelector('#cgv-check');
|
||||
const createAccountButton = document.querySelector('#btn-create-account');
|
||||
const readTerms = document.querySelector('#readTerms');
|
||||
const readTerms = document.querySelector('#read-terms');
|
||||
console.log(checkTerms, createAccountButton);
|
||||
checkTerms.addEventListener("change", function() {
|
||||
createAccountButton.disabled = !checkTerms.checked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue