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 191d873 + 9d645b0 commit 1280d3bCopy full SHA for 1280d3b
app/code/Magento/Cookie/view/frontend/web/js/notices.js
@@ -25,7 +25,7 @@ define([
25
});
26
27
if ($.mage.cookies.get(this.options.cookieName)) {
28
- window.location.reload();
+ this.element.hide();
29
} else {
30
window.location.href = this.options.noCookiesUrl;
31
}
0 commit comments