Update js/main.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Itziar ZG
2026-03-22 19:56:48 +01:00
committed by GitHub
co-authored by Copilot
parent fa9c6514a1
commit a52d1e5f76
+2 -2
View File
@@ -102,6 +102,6 @@ document.addEventListener("keydown", function (event) {
}); });
/** /**
* Initialize theme when DOM is ready * Initialize theme as early as possible
*/ */
document.addEventListener("DOMContentLoaded", initTheme); initTheme();