Skip to content
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

Remove Google Analytics and cookie consent #13916

Merged
merged 2 commits into from
Aug 1, 2022
Merged

Remove Google Analytics and cookie consent #13916

merged 2 commits into from
Aug 1, 2022

Conversation

tschaub
Copy link
Member

@tschaub tschaub commented Jul 31, 2022

This removes the Google Analytics tracking.

@github-actions
Copy link

📦 Preview the examples and docs from this branch here: https://deploy-preview-13916--ol-site.netlify.app/.

if (currentItem) {
const fa = currentItem.querySelector('.title > .fa');
fa.classList.add('no-transition');
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part of the change is not related to the cookie stuff. I just wanted to get rid of this uncaught error that shows up when you visit the docs.

main.js:90 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'querySelector')
    at main.js:90:30

@tschaub tschaub merged commit 57be514 into openlayers:main Aug 1, 2022
@tschaub tschaub deleted the cookieless branch August 1, 2022 11:42
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