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 308d43f commit 5ae5cb7Copy full SHA for 5ae5cb7
view/base/templates/js/getCookies.phtml
@@ -11,7 +11,7 @@
11
?>
12
<script data-mfmofile="true">
13
window.MagefanJs = window.MagefanJs || {};
14
- window.MagefanJs.getCookies = function getCookies(options) {
+ window.MagefanJs.getCookies = function(options) {
15
let name = options + "=";
16
let decodedCookie = decodeURIComponent(document.cookie);
17
let ca = decodedCookie.split(';');
0 commit comments