Skip to content

Commit

Permalink
fix: added missing selector
Browse files Browse the repository at this point in the history
  • Loading branch information
moiz-deriv committed Oct 22, 2024
1 parent 203f20a commit 54cae3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/footer/euPopUp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const clientInformation = getCookieByKey(document.cookie, "client_information");
const isLoggedIn = !!clientInformation;
const acceptButton = document.getElementById("accept-cookie");
const declineButton = document.getElementById("dont-accept-cookie");
const popupElement = document.querySelector(".cookies_background-wrapper");

document.addEventListener("DOMContentLoaded", () => {
if (hasDataLayer) {
Expand Down

0 comments on commit 54cae3a

Please sign in to comment.