Skip to content

Commit

Permalink
Merge branch 'main' into add-graphql-client
Browse files Browse the repository at this point in the history
  • Loading branch information
killij authored Oct 30, 2023
2 parents 25201de + 4bc66d9 commit f8f9147
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ else if (preferenceSet)
</div>
</div>
<div class="govuk-button-group">
<a href="javascript:void(0);" onclick="(() => $('#divCookieBannerId').hide())()" datattestid="btn-hideCookie" role="button" draggable="false" class="govuk-button" data-module="govuk-button">
Hide cookie message
</a>
<button onclick="$('#divCookieBannerId').hide()" datattestid="btn-hideCookie" class="govuk-button" data-module="govuk-button">Hide cookie message</button>
</div>
</div>
</div>
Expand Down

0 comments on commit f8f9147

Please sign in to comment.