Skip to content

Commit

Permalink
Try to refresh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sippsolutions committed Oct 22, 2024
1 parent 1629912 commit 56b4342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function decorate(block) {
const footer = document.createElement('div');
while (fragment?.firstElementChild) footer.append(fragment.firstElementChild);

// usercentrics settings button
// usercentrics settings button!
const cookieLink = footer.querySelector('a[href$="#cookielink"]');
if (cookieLink) {
cookieLink.setAttribute(
Expand Down

0 comments on commit 56b4342

Please sign in to comment.