chore: never did like those class conventions
This commit is contained in:
parent
40a873a354
commit
9317a760b0
63 changed files with 247 additions and 256 deletions
|
@ -25,6 +25,6 @@ window.onload = () => {
|
|||
})
|
||||
}
|
||||
|
||||
const buttonSets = document.querySelectorAll('.now__section--header-buttons')
|
||||
const buttonSets = document.querySelectorAll('.now-header-buttons')
|
||||
buttonSets.forEach(initializeButtonSet)
|
||||
}
|
Reference in a new issue