Skip to content

Commit

Permalink
Bugfix Opt Out button partial css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
damsfx committed Apr 24, 2024
1 parent 9f18cdc commit 44bccd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/cookiebannerwide/optout.htm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="gdpr-bannerwide__opt-out">
<button class="gdpr-bannerwide__button"
data-request="onDecline"
data-request-success="document.querySelector('.gdpr-banner').remove()"
data-request-success="document.querySelector('.gdpr-bannerwide').remove()"
>
{{ 'offline.gdpr::lang.cookie_banner.decline' | trans }}
</button>
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
- 'First version of GdprPlus'
- 'Add a wide banner to the OFFLINE.Gdpr plugin'
'1.0.1':
- 'Fix css selector in CookierBannerWide component'
- 'Fix css selector in CookierBannerWide component'
'1.0.2':
- 'Fix Opt Out button partial css selector'

0 comments on commit 44bccd8

Please sign in to comment.