Skip to content

Commit 8653386

Browse files
authored
Fix typo (#253)
1 parent ea8c030 commit 8653386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/autoconsent/filterlist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const acceptButton = document.createElement('button');
22
acceptButton.innerText = 'Accept all';
33
acceptButton.id = 'accept-all';
4-
const banner = document.quesrySelector('#privacy-test-page-cmp-test-banner-filterlist');
4+
const banner = document.querySelector('#privacy-test-page-cmp-test-banner-filterlist');
55
banner.appendChild(acceptButton);
66
acceptButton.addEventListener('click', (ev) => {
77
ev.target.innerText = 'Accept was clicked!';

0 commit comments

Comments
 (0)