We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8c030 commit 8653386Copy full SHA for 8653386
features/autoconsent/filterlist.js
@@ -1,7 +1,7 @@
1
const acceptButton = document.createElement('button');
2
acceptButton.innerText = 'Accept all';
3
acceptButton.id = 'accept-all';
4
-const banner = document.quesrySelector('#privacy-test-page-cmp-test-banner-filterlist');
+const banner = document.querySelector('#privacy-test-page-cmp-test-banner-filterlist');
5
banner.appendChild(acceptButton);
6
acceptButton.addEventListener('click', (ev) => {
7
ev.target.innerText = 'Accept was clicked!';
0 commit comments