chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-05 08:03:21 -07:00
parent be6cbeda77
commit 60f48549cd
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -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]')