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 4fc6f02 + 6de16c8 commit f79e1a3Copy full SHA for f79e1a3
app/code/Magento/Theme/view/frontend/templates/js/polyfill.phtml
@@ -126,7 +126,7 @@
126
};
127
128
window.localStorage.__proto__ = window.localStorage = new Storage('local');
129
- window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session');
+ window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
130
})();
131
}
132
</script>
0 commit comments