Skip to content

Commit 44bccd8

Browse files
authored
Bugfix Opt Out button partial css selector
1 parent 9f18cdc commit 44bccd8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/cookiebannerwide/optout.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="gdpr-bannerwide__opt-out">
22
<button class="gdpr-bannerwide__button"
33
data-request="onDecline"
4-
data-request-success="document.querySelector('.gdpr-banner').remove()"
4+
data-request-success="document.querySelector('.gdpr-bannerwide').remove()"
55
>
66
{{ 'offline.gdpr::lang.cookie_banner.decline' | trans }}
77
</button>

updates/version.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
- 'First version of GdprPlus'
33
- 'Add a wide banner to the OFFLINE.Gdpr plugin'
44
'1.0.1':
5-
- 'Fix css selector in CookierBannerWide component'
5+
- 'Fix css selector in CookierBannerWide component'
6+
'1.0.2':
7+
- 'Fix Opt Out button partial css selector'

0 commit comments

Comments
 (0)