Skip to content

Commit 5ae5cb7

Browse files
authored
Update getCookies.phtml
1 parent 308d43f commit 5ae5cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/base/templates/js/getCookies.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
?>
1212
<script data-mfmofile="true">
1313
window.MagefanJs = window.MagefanJs || {};
14-
window.MagefanJs.getCookies = function getCookies(options) {
14+
window.MagefanJs.getCookies = function(options) {
1515
let name = options + "=";
1616
let decodedCookie = decodeURIComponent(document.cookie);
1717
let ca = decodedCookie.split(';');

0 commit comments

Comments
 (0)