Skip to content

Commit

Permalink
Merge 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 authored Jan 23, 2018
2 parents 8e77e2f + 0742857 commit aad5ba6
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 aad5ba6

Please sign in to comment.