Skip to content

Commit

Permalink
⏫ Forwardport of #11219 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11219.patch (created by @mszydlo) based on commit(s):
  1. c1c5796
  • Loading branch information
magento-engcom-team committed Jan 23, 2018
1 parent 8e77e2f commit 0742857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
};

window.localStorage.__proto__ = window.localStorage = new Storage('local');
window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session');
window.sessionStorage.__proto__ = window.sessionStorage = new Storage('session');
})();
}
</script>

0 comments on commit 0742857

Please sign in to comment.