try loading script after dom
All checks were successful
/ build (push) Successful in 31s

This commit is contained in:
Nycki 2025-03-21 16:55:13 -07:00
parent c65c7ef0ed
commit a60c1fef23

View file

@ -43,4 +43,4 @@ function main() {
themeRefresh(); themeRefresh();
} }
main(); addEventListener('DOMContentLoaded', main);