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 e4d7f60 + 664338e commit fe9ec2eCopy full SHA for fe9ec2e
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