Skip to content

Commit

Permalink
Fixed support for quiko.gr
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 20, 2023
1 parent 1f65c53 commit e4c1283
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/data/js/0_defaultClickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@
'.fancybox-opened #cookie-consent button[data-accept="minimum"]',
],

".fancybox-is-open": [
"#cookie-consent .cc-page-2 #cc-set-cookie",
'.consent-modal .btn[data-action="save-preferences"]',
],
'.fancybox-is-open': [
'#cookie-consent .cc-page-2 #cc-set-cookie',
'.consent-modal .btn[data-action="save-preferences"]',
'#acceptCookiesId[style*="block"] .cookieDecline',
'#cookies-modal-id[style*="block"] .js-decline'
],

".pum-open": [
'.pum-active[data-popmake*="slug\\":\\"cookie"] .pum-close',
Expand Down

0 comments on commit e4c1283

Please sign in to comment.