diff --git a/scripts/page.js b/scripts/page.js index 64e933c..3ee5257 100644 --- a/scripts/page.js +++ b/scripts/page.js @@ -25,10 +25,8 @@ ratingValues.forEach((value, index) => { // }); document.addEventListener("DOMContentLoaded", function () { - if (!localStorage.getItem("welcomePopup")) { - document.body.style.overflow = "hidden"; - openPopup("welcomePopup"); - } + document.body.style.overflow = "hidden"; + openPopup("welcomePopup"); }); getBann().then(function (result) {