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.
1 parent cc4b174 commit ee24207Copy full SHA for ee24207
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