chore: cleanup
This commit is contained in:
parent
be6cbeda77
commit
60f48549cd
3 changed files with 3 additions and 2 deletions
|
@ -67,6 +67,7 @@ window.addEventListener('load', () => {
|
|||
checkModals()
|
||||
})()
|
||||
|
||||
// text toggle for media pages
|
||||
;(() => {
|
||||
const button = document.querySelector('[data-toggle-button]')
|
||||
const content = document.querySelector('[data-toggle-content]')
|
||||
|
|
Reference in a new issue