Skip to content

Update event listener to use DOMContentLoaded #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025

Conversation

stanisllav
Copy link
Contributor

Replaced the 'load' event with 'DOMContentLoaded' to ensure the cookie consent initialization runs as soon as the DOM is fully loaded, without waiting for additional resources. This improves performance and reduces potential delays in script execution.

Replaced the 'load' event with 'DOMContentLoaded' to ensure the cookie consent initialization runs as soon as the DOM is fully loaded, without waiting for additional resources. This improves performance and reduces potential delays in script execution.
@toonvandenbos toonvandenbos merged commit d9d728d into whitecube:main May 26, 2025
9 checks passed
@toonvandenbos
Copy link
Member

Thanks @stanisllav!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants