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 8e77e2f commit 0742857Copy full SHA for 0742857
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