We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc4b174 + ee24207 commit 664338eCopy full SHA for 664338e
app/code/Magento/Cookie/view/frontend/web/js/notices.js
@@ -29,7 +29,7 @@ define([
29
});
30
31
if ($.mage.cookies.get(this.options.cookieName)) {
32
- window.location.reload();
+ this.element.hide();
33
} else {
34
window.location.href = this.options.noCookiesUrl;
35
}
0 commit comments