Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscated-loop committed Jun 15, 2024
1 parent dccca1c commit f03e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8392,7 +8392,7 @@ function getSelector(host) {
case "fiveguys.nl":
return '.modal[style*="block"] #button_accept_cookies';
case "linasmatkasse.se":
return 'div#cookies button#accept-selected-cookies-btn';
return "div#cookies button#accept-selected-cookies-btn";
}

if (host.parts.length > 2) {
Expand Down

0 comments on commit f03e6bd

Please sign in to comment.